CernVM-FS
2.12.0
|
Functions | |
bool | GlobCheckPath (const char *name) |
void * | GlobOpendir (const char *name) |
void | GlobClosedir (void *dirp) |
struct dirent * | GlobReaddir (void *dirp) |
int | GlobLstat (const char *name, struct stat *st) |
int | GlobStat (const char *name, struct stat *st) |
Variables | |
std::string * | g_glob_uniondir = NULL |
bool anonymous_namespace{swissknife_sync.cc}::GlobCheckPath | ( | const char * | name | ) |
Definition at line 323 of file swissknife_sync.cc.
Referenced by GlobLstat(), GlobOpendir(), and GlobStat().
void anonymous_namespace{swissknife_sync.cc}::GlobClosedir | ( | void * | dirp | ) |
Definition at line 342 of file swissknife_sync.cc.
Referenced by swissknife::CommandApplyDirtab::DetermineNestedCatalogCandidates().
int anonymous_namespace{swissknife_sync.cc}::GlobLstat | ( | const char * | name, |
struct stat * | st | ||
) |
Definition at line 350 of file swissknife_sync.cc.
Referenced by swissknife::CommandApplyDirtab::DetermineNestedCatalogCandidates().
void* anonymous_namespace{swissknife_sync.cc}::GlobOpendir | ( | const char * | name | ) |
Definition at line 337 of file swissknife_sync.cc.
Referenced by swissknife::CommandApplyDirtab::DetermineNestedCatalogCandidates().
struct dirent* anonymous_namespace{swissknife_sync.cc}::GlobReaddir | ( | void * | dirp | ) |
Definition at line 346 of file swissknife_sync.cc.
Referenced by swissknife::CommandApplyDirtab::DetermineNestedCatalogCandidates().
int anonymous_namespace{swissknife_sync.cc}::GlobStat | ( | const char * | name, |
struct stat * | st | ||
) |
Definition at line 355 of file swissknife_sync.cc.
Referenced by swissknife::CommandApplyDirtab::DetermineNestedCatalogCandidates().
std::string* anonymous_namespace{swissknife_sync.cc}::g_glob_uniondir = NULL |
Definition at line 321 of file swissknife_sync.cc.
Referenced by swissknife::CommandApplyDirtab::DetermineNestedCatalogCandidates().