|
| RageFileDriverTimeout (const std::string &path) |
|
RageFileBasic * | Open (const std::string &path, int mode, int &err) override |
|
void | FlushDirCache (const std::string &sPath) override |
|
bool | Move (const std::string &sOldPath, const std::string &sNewPath) override |
|
bool | Remove (const std::string &sPath) override |
|
| RageFileDriver (FilenameDB *pDB) |
|
virtual void | GetDirListing (const std::string &sPath, std::vector< std::string > &asAddTo, DirListingReturnFilter returnFilter, bool bReturnPathToo) |
|
virtual RageFileManager::FileType | GetFileType (const std::string &sPath) |
|
virtual int | GetFileSizeInBytes (const std::string &sFilePath) |
|
virtual int | GetFileHash (const std::string &sPath) |
|
virtual int | GetPathValue (const std::string &sPath) |
|
virtual void | CacheFile (const std::string &) |
|
virtual bool | Remount (const std::string &) |
|
|
static void | SetTimeout (float fSeconds) |
|
static void | ResetTimeout () |
|
|
enum | { ERROR_WRITING_NOT_SUPPORTED = -1
} |
|
FilenameDB * | FDB |
|
◆ FlushDirCache()
void RageFileDriverTimeout::FlushDirCache |
( |
const std::string & |
sPath | ) |
|
|
overridevirtual |
◆ Move()
bool RageFileDriverTimeout::Move |
( |
const std::string & |
sOldPath, |
|
|
const std::string & |
sNewPath |
|
) |
| |
|
overridevirtual |
◆ Open()
RageFileBasic * RageFileDriverTimeout::Open |
( |
const std::string & |
path, |
|
|
int |
mode, |
|
|
int & |
err |
|
) |
| |
|
overridevirtual |
◆ Remove()
bool RageFileDriverTimeout::Remove |
( |
const std::string & |
sPath | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- /home/runner/work/etterna/etterna/src/RageUtil/File/RageFileDriverTimeout.h
- /home/runner/work/etterna/etterna/src/RageUtil/File/RageFileDriverTimeout.cpp