Go to the source code of this file.
Functions | |
bool | XrdInitialize (const char *url, const char *EnvValues) |
bool | XrdTerminate () |
char * | XrdSysStatX (const char *paths_list) |
char * | XrdExistFiles (const char *filepaths) |
char * | XrdExistDirs (const char *filepaths) |
char * | XrdIsFileOnline (const char *filepaths) |
bool | XrdMv (const char *fileSrc, const char *fileDest) |
bool | XrdMkdir (const char *dir, int user, int group, int other) |
bool | XrdChmod (const char *file, int user, int group, int other) |
bool | XrdRm (const char *file) |
bool | XrdRmdir (const char *path) |
bool | XrdPrepare (const char *filepaths, unsigned char opts, unsigned char prty) |
char * | XrdDirList (const char *dir) |
char * | XrdGetChecksum (const char *path) |
char * | XrdGetCurrentHost () |
bool | XrdStat (const char *fname, long *id, long long *size, long *flags, long *modtime) |
bool XrdChmod | ( | const char * | file, | |
int | user, | |||
int | group, | |||
int | other | |||
) |
Definition at line 220 of file XrdClientAdmin_c.cc.
References adminst, and XrdClientAdmin::Chmod().
char* XrdDirList | ( | const char * | dir | ) |
Definition at line 255 of file XrdClientAdmin_c.cc.
References adminst, XrdClientAdmin::DirList(), entries, joinStrings(), sharedbuf, SharedBufRealloc(), and strcpy().
char* XrdExistDirs | ( | const char * | filepaths | ) |
Definition at line 169 of file XrdClientAdmin_c.cc.
References adminst, BuildBoolAnswer(), XrdClientAdmin::ExistDirs(), FALSE, NULL, sharedbuf, SharedBufRealloc(), and Tokenize().
char* XrdExistFiles | ( | const char * | filepaths | ) |
Definition at line 152 of file XrdClientAdmin_c.cc.
References adminst, BuildBoolAnswer(), XrdClientAdmin::ExistFiles(), FALSE, NULL, sharedbuf, SharedBufRealloc(), and Tokenize().
char* XrdGetChecksum | ( | const char * | path | ) |
Definition at line 272 of file XrdClientAdmin_c.cc.
References adminst, free(), XrdClientAdmin::GetChecksum(), sharedbuf, and SharedBufRealloc().
char* XrdGetCurrentHost | ( | ) |
Definition at line 297 of file XrdClientAdmin_c.cc.
References adminst, XrdOucString::c_str(), XrdClientAbs::GetCurrentUrl(), XrdClientUrlInfo::Host, len, XrdOucString::length(), sharedbuf, and SharedBufRealloc().
bool XrdInitialize | ( | const char * | url, | |
const char * | EnvValues | |||
) |
Definition at line 74 of file XrdClientAdmin_c.cc.
References adminst, XrdClientAdmin::Connect(), DebugSetLevel, env, EnvGetLong, EnvPutInt, EnvPutString, NAME_DEBUG, NULL, sharedbuf, and Tokenize().
char* XrdIsFileOnline | ( | const char * | filepaths | ) |
Definition at line 186 of file XrdClientAdmin_c.cc.
References adminst, BuildBoolAnswer(), FALSE, XrdClientAdmin::IsFileOnline(), NULL, sharedbuf, SharedBufRealloc(), and Tokenize().
bool XrdMkdir | ( | const char * | dir, | |
int | user, | |||
int | group, | |||
int | other | |||
) |
Definition at line 213 of file XrdClientAdmin_c.cc.
References adminst, and XrdClientAdmin::Mkdir().
bool XrdMv | ( | const char * | fileSrc, | |
const char * | fileDest | |||
) |
bool XrdPrepare | ( | const char * | filepaths, | |
unsigned char | opts, | |||
unsigned char | prty | |||
) |
Definition at line 241 of file XrdClientAdmin_c.cc.
References adminst, XrdClientAdmin::Prepare(), and Tokenize().
bool XrdRm | ( | const char * | file | ) |
bool XrdRmdir | ( | const char * | path | ) |
Definition at line 234 of file XrdClientAdmin_c.cc.
References adminst, and XrdClientAdmin::Rmdir().
char* XrdSysStatX | ( | const char * | paths_list | ) |
Definition at line 134 of file XrdClientAdmin_c.cc.
References adminst, XrdClientVector< T >::GetSize(), i, NULL, sharedbuf, SharedBufRealloc(), XrdClientAdmin::SysStatX(), and Tokenize().
bool XrdTerminate | ( | ) |
Definition at line 121 of file XrdClientAdmin_c.cc.
References adminst, NULL, SharedBufFree(), and TRUE.