Public Member Functions | |
AndroidPOSIXFilesystemNode (const Common::String &path, const Config &config) | |
AndroidPOSIXFilesystemNode (const Config &config) | |
Public Member Functions inherited from DrivePOSIXFilesystemNode | |
DrivePOSIXFilesystemNode (const Common::String &path, const Config &config) | |
DrivePOSIXFilesystemNode (const Config &config) | |
Common::SeekableReadStream * | createReadStream () override |
Common::SeekableWriteStream * | createWriteStream (bool atomic) override |
AbstractFSNode * | getChild (const Common::String &n) const override |
bool | getChildren (AbstractFSList &list, ListMode mode, bool hidden) const override |
AbstractFSNode * | getParent () const override |
Public Member Functions inherited from POSIXFilesystemNode | |
POSIXFilesystemNode (const Common::String &path) | |
bool | exists () const override |
Common::U32String | getDisplayName () const override |
Common::String | getName () const override |
Common::String | getPath () const override |
bool | isDirectory () const override |
bool | isReadable () const override |
bool | isWritable () const override |
Common::SeekableReadStream * | createReadStreamForAltStream (Common::AltStreamType altStreamType) override |
bool | createDirectory () override |
Public Member Functions inherited from AbstractFSNode | |
virtual | ~AbstractFSNode () |
Protected Member Functions | |
AbstractFSNode * | makeNode () const override |
AbstractFSNode * | makeNode (const Common::String &path) const override |
bool | remove () override |
Protected Member Functions inherited from DrivePOSIXFilesystemNode | |
AbstractFSNode * | makeNode (const Common::String &path) const override |
Protected Member Functions inherited from POSIXFilesystemNode | |
POSIXFilesystemNode () | |
virtual void | setFlags () |
Additional Inherited Members | |
Public Types inherited from DrivePOSIXFilesystemNode | |
enum | BufferingMode { kBufferingModeDisabled, kBufferingModeStdio, kBufferingModeScummVM } |
Static Public Member Functions inherited from AbstractFSNode | |
static Common::FSNode | makeFSNode (AbstractFSNode *realNode) |
Protected Types inherited from AbstractFSNode | |
typedef Common::FSNode::ListMode | ListMode |
Static Protected Member Functions inherited from AbstractFSNode | |
static const char * | lastPathComponent (const Common::String &str, const char sep) |
Protected Attributes inherited from DrivePOSIXFilesystemNode | |
const Config & | _config |
Protected Attributes inherited from POSIXFilesystemNode | |
Common::String | _displayName |
Common::String | _path |
bool | _isDirectory |
bool | _isValid |