#include <TDCacheFile.h>
Inheritance diagram for TDCacheSystem:
Public Member Functions | |
TDCacheSystem () | |
virtual | ~TDCacheSystem () |
Int_t | MakeDirectory (const char *name) |
void * | OpenDirectory (const char *name) |
void | FreeDirectory (void *dirp) |
const char * | GetDirEntry (void *dirp) |
Int_t | GetPathInfo (const char *path, FileStat_t &buf) |
Bool_t | AccessPathName (const char *path, EAccessMode mode) |
Private Member Functions | |
void * | GetDirPtr () const |
Private Attributes | |
void * | fDirp |
Definition at line 96 of file TDCacheFile.h.
TDCacheSystem::TDCacheSystem | ( | ) |
virtual TDCacheSystem::~TDCacheSystem | ( | ) | [inline, virtual] |
Definition at line 105 of file TDCacheFile.h.
void* TDCacheSystem::GetDirPtr | ( | ) | const [inline, private, virtual] |
int TDCacheSystem::MakeDirectory | ( | const char * | name | ) | [virtual] |
Reimplemented from TSystem.
Definition at line 619 of file TDCacheFile.cxx.
References TString::Data(), TDCacheFile::GetDcapPath(), gSystem, and TSystem::SetErrorStr().
void * TDCacheSystem::OpenDirectory | ( | const char * | name | ) | [virtual] |
Reimplemented from TSystem.
Definition at line 638 of file TDCacheFile.cxx.
References TString::Data(), fDirp, TDCacheFile::GetDcapPath(), gSystem, and TSystem::SetErrorStr().
void TDCacheSystem::FreeDirectory | ( | void * | dirp | ) | [virtual] |
Reimplemented from TSystem.
Definition at line 656 of file TDCacheFile.cxx.
References fDirp, gSystem, and TSystem::SetErrorStr().
const char * TDCacheSystem::GetDirEntry | ( | void * | dirp | ) | [virtual] |
Reimplemented from TSystem.
Definition at line 674 of file TDCacheFile.cxx.
References gSystem, and TSystem::SetErrorStr().
int TDCacheSystem::GetPathInfo | ( | const char * | path, | |
FileStat_t & | buf | |||
) | [virtual] |
Reimplemented from TSystem.
Definition at line 704 of file TDCacheFile.cxx.
References buf, TString::Data(), TDCacheFile::GetDcapPath(), kFALSE, and stat64().
Bool_t TDCacheSystem::AccessPathName | ( | const char * | path, | |
EAccessMode | mode | |||
) | [virtual] |
Reimplemented from TSystem.
Definition at line 691 of file TDCacheFile.cxx.
References TString::Data(), and TDCacheFile::GetDcapPath().
void* TDCacheSystem::fDirp [private] |
Definition at line 99 of file TDCacheFile.h.
Referenced by FreeDirectory(), GetDirPtr(), OpenDirectory(), and TDCacheSystem().