12 return Status::NOT_SUPPORTED;
16 return Status::NOT_SUPPORTED;
20 return Status::NOT_SUPPORTED;
24 return Status::NOT_SUPPORTED;
28 return Status::NOT_SUPPORTED;
32 return Status::NOT_SUPPORTED;
36 return &this->m_handle;
PlatformSizeType FwSizeType
Status _removeDirectory(const char *path) override
Remove a directory at the specified path.
Status _rename(const char *sourcePath, const char *destPath) override
Rename a file from source to destination.
Status _getFreeSpace(const char *path, FwSizeType &totalBytes, FwSizeType &freeBytes) override
Get filesystem free and total space in bytes on the filesystem containing the specified path.
Status _removeFile(const char *path) override
Remove a file at the specified path.
Status _getWorkingDirectory(char *path, FwSizeType bufferSize) override
Get the current working directory.
Status _changeWorkingDirectory(const char *path) override
Change the current working directory to the specified path.
FileSystemHandle * getHandle() override
returns the raw fileSystem handle