48extern const std::string 
VERSION;
 
   52#define ENVPFX "Davix." 
   70   SetTitle(
"WebDAV system administration");
 
 
   80   SetTitle(
"WebDAV system administration");
 
 
  106      Error(
"DavixReaddir", 
"failed to readdir the directory: %s (%d)",
 
 
  120      Error(
"DavixOpendir", 
"failed to opendir the directory: %s (%d)",
 
 
  176      Error(
"DavixLocate", 
"failed to Locate file: %s (%d)",
 
  187      Info(
"DavixLocate", 
"Davix Locate %s to %s", path, 
endurl.Data());
 
 
  199      Error(
"DavixMkdir", 
"failed to create the directory: %s (%d)",
 
 
  213      Error(
"DavixUnlink", 
"failed to unlink the file: %s (%d)",
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
const char * s3_seckey_opt
 
const std::string VERSION
 
const char * ca_check_opt
 
const char * s3_acckey_opt
 
const char * grid_mode_opt
 
const std::string gUserAgent
 
Davix::RequestParams * davixParam
 
Davix::DavPosix * davixPosix
 
Int_t DavixStat(const char *url, struct stat *st)
 
Davix::Context * davixContext
 
void removeDird(void *fd)
 
virtual Int_t MakeDirectory(const char *dir)
Make a directory.
 
virtual void * OpenDirectory(const char *dir)
Open a directory. Returns 0 if directory does not exist.
 
virtual Int_t GetPathInfo(const char *path, FileStat_t &buf)
Get info about a file.
 
virtual void FreeDirectory(void *dirp)
Free a directory.
 
virtual const char * GetDirEntry(void *dirp)
Get a directory entry. Returns 0 if no more entries.
 
virtual Int_t Locate(const char *path, TString &endurl)
 
virtual Bool_t IsPathLocal(const char *path)
Returns TRUE if the url in 'path' points to the local file system.
 
virtual Bool_t ConsistentWith(const char *path, void *dirptr)
Check consistency of this helper with the one required by 'path' or 'dirptr'.
 
TDavixFileInternal * d_ptr
 
virtual int Unlink(const char *path)
Unlink, i.e.
 
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
 
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
 
virtual void Info(const char *method, const char *msgfmt,...) const
Issue info message.
 
Abstract base class defining a generic interface to the underlying Operating System.