|
| RageFileDriverDirectReadOnly (const std::string &sRoot) |
|
RageFileBasic * | Open (const std::string &sPath, int iMode, int &iError) override |
|
bool | Move (const std::string &sOldPath, const std::string &sNewPath) override |
|
bool | Remove (const std::string &sPath) override |
|
| RageFileDriverDirect (const std::string &sRoot) |
|
bool | Remount (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 | FlushDirCache (const std::string &sPath) |
|
virtual void | CacheFile (const std::string &) |
|
|
enum | { ERROR_WRITING_NOT_SUPPORTED = -1
} |
|
FilenameDB * | FDB |
|
◆ Move()
bool RageFileDriverDirectReadOnly::Move |
( |
const std::string & |
sOldPath, |
|
|
const std::string & |
sNewPath |
|
) |
| |
|
overridevirtual |
◆ Open()
RageFileBasic * RageFileDriverDirectReadOnly::Open |
( |
const std::string & |
sPath, |
|
|
int |
iMode, |
|
|
int & |
iError |
|
) |
| |
|
overridevirtual |
◆ Remove()
bool RageFileDriverDirectReadOnly::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/RageFileDriverDirect.h
- /home/runner/work/etterna/etterna/src/RageUtil/File/RageFileDriverDirect.cpp