CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
anonymous_namespace{swissknife_sync.cc} Namespace Reference

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
 

Function Documentation

bool anonymous_namespace{swissknife_sync.cc}::GlobCheckPath ( const char *  name)

Definition at line 317 of file swissknife_sync.cc.

Referenced by GlobLstat(), GlobOpendir(), and GlobStat().

Here is the call graph for this function:

Here is the caller graph for this function:

void anonymous_namespace{swissknife_sync.cc}::GlobClosedir ( void *  dirp)

Definition at line 336 of file swissknife_sync.cc.

Referenced by swissknife::CommandApplyDirtab::DetermineNestedCatalogCandidates().

Here is the caller graph for this function:

int anonymous_namespace{swissknife_sync.cc}::GlobLstat ( const char *  name,
struct stat *  st 
)

Definition at line 344 of file swissknife_sync.cc.

Referenced by swissknife::CommandApplyDirtab::DetermineNestedCatalogCandidates().

Here is the call graph for this function:

Here is the caller graph for this function:

void* anonymous_namespace{swissknife_sync.cc}::GlobOpendir ( const char *  name)

Definition at line 331 of file swissknife_sync.cc.

Referenced by swissknife::CommandApplyDirtab::DetermineNestedCatalogCandidates().

Here is the call graph for this function:

Here is the caller graph for this function:

struct dirent* anonymous_namespace{swissknife_sync.cc}::GlobReaddir ( void *  dirp)

Definition at line 340 of file swissknife_sync.cc.

Referenced by swissknife::CommandApplyDirtab::DetermineNestedCatalogCandidates().

Here is the caller graph for this function:

int anonymous_namespace{swissknife_sync.cc}::GlobStat ( const char *  name,
struct stat *  st 
)

Definition at line 349 of file swissknife_sync.cc.

Referenced by swissknife::CommandApplyDirtab::DetermineNestedCatalogCandidates().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

std::string* anonymous_namespace{swissknife_sync.cc}::g_glob_uniondir = NULL