irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems. Fossies Dox: irods-4.2.8.tar.gz ("unofficial" and yet experimental doxygen-generated source code documentation) 
|
Go to the documentation of this file.
32 irods::log(
PASSMSG(
"failed in call to irods::get_host_for_hier_string", ret ) );
43 if ( remoteFlag < 0 ) {
66 "remoteFileRename: Invalid rodsServerHost" );
78 "remoteFileRename: rcFileRename failed for %s",
109 if ( !rename_err.
ok() ) {
110 std::stringstream msg;
111 msg <<
"fileRename failed for [";
124 ( *_rename_out )->file_name,
sizeof( ( *_rename_out )->file_name ),
125 "%s", file_obj->physical_path().c_str() );
127 return rename_err.
code();
void rodsLog(int level, const char *formatStr,...)
int rcFileRename(rcComm_t *conn, fileRenameInp_t *fileRenameInp, fileRenameOut_t **)
@ SYS_UNRECOGNIZED_REMOTE_FLAG
char newFileName[(1024+64)]
#define PASSMSG(message_, prev_error_)
int rsFileRename(rsComm_t *rsComm, fileRenameInp_t *fileRenameInp, fileRenameOut_t **rename_out)
int remoteFileRename(rsComm_t *rsComm, fileRenameInp_t *fileRenameInp, fileRenameOut_t **rename_out, rodsServerHost_t *rodsServerHost)
irods::error fileRename(rsComm_t *, irods::first_class_object_ptr, const std::string &)
error get_host_for_hier_string(const std::string &, int &, rodsServerHost_t *&)
@ SYS_INVALID_SERVER_HOST
int svrToSvrConnect(rsComm_t *rsComm, rodsServerHost_t *rodsServerHost)
char oldFileName[(1024+64)]
boost::shared_ptr< file_object > file_object_ptr
int _rsFileRename(rsComm_t *_comm, fileRenameInp_t *_rename_inp, fileRenameOut_t **_rename_out)