![]() |
AliRoot Core
13155fd (13155fd)
|
Functions | |
std::vector< std::string > | glob (const std::string &pat) |
size_t | RemoveLocalFiles (const char *pattern) |
size_t | CountLocalFiles (const char *pattern) |
bool | isDotOrDotDot (const char *name) |
bool | IsDirectory (const char *path) |
size_t | remove_all_aux (const char *name) |
size_t | Remove_All (const char *name) |
bool | RemoveLocalFile (const char *filename) |
void | GetLocalFiles (const char *, std::vector< std::string > &) |
size_t AliFileUtilities::CountLocalFiles | ( | const char * | pattern | ) |
Definition at line 47 of file AliFileUtilities.cxx.
Referenced by RemoveLocalFile(), test1(), test2(), and test3().
void AliFileUtilities::GetLocalFiles | ( | const char * | , |
std::vector< std::string > & | |||
) |
Referenced by RemoveLocalFile().
std::vector<std::string> AliFileUtilities::glob | ( | const std::string & | pat | ) |
Definition at line 20 of file AliFileUtilities.cxx.
Referenced by CountLocalFiles(), AliEMCALGeometry::GetGlobal(), AliEMCALGeometry::ImpactOnEmcal(), AliEMCALGeometry::PrintGeometry(), and RemoveLocalFiles().
bool AliFileUtilities::IsDirectory | ( | const char * | path | ) |
Definition at line 58 of file AliFileUtilities.cxx.
Referenced by Remove_All(), and remove_all_aux().
bool AliFileUtilities::isDotOrDotDot | ( | const char * | name | ) |
Definition at line 52 of file AliFileUtilities.cxx.
Referenced by IsDirectory(), and remove_all_aux().
size_t AliFileUtilities::Remove_All | ( | const char * | name | ) |
Definition at line 98 of file AliFileUtilities.cxx.
Referenced by AliSimulation::ConvertDateToRoot(), RemoveLocalFile(), test4(), and AliSimulation::WriteRawData().
size_t AliFileUtilities::remove_all_aux | ( | const char * | name | ) |
Definition at line 66 of file AliFileUtilities.cxx.
Referenced by Remove_All().
|
inline |
Definition at line 19 of file AliFileUtilities.h.
Referenced by RemoveLocalFiles(), and AliMC::ReorderAndExpandTreeTR().
size_t AliFileUtilities::RemoveLocalFiles | ( | const char * | pattern | ) |
Definition at line 32 of file AliFileUtilities.cxx.
Referenced by RemoveLocalFile(), test1(), test2(), and test3().