_changeWorkingDirectory(const char *path) override | Os::FileSystem | virtual |
_getFreeSpace(const char *path, FwSizeType &totalBytes, FwSizeType &freeBytes) override | Os::FileSystem | virtual |
_getWorkingDirectory(char *path, FwSizeType bufferSize) override | Os::FileSystem | virtual |
_removeDirectory(const char *path) override | Os::FileSystem | virtual |
_removeFile(const char *path) override | Os::FileSystem | virtual |
_rename(const char *sourcePath, const char *destPath) override | Os::FileSystem | virtual |
ALREADY_EXISTS enum value | Os::FileSystemInterface | |
appendFile(const char *sourcePath, const char *destPath, bool createMissingDest=false) | Os::FileSystem | static |
BUFFER_TOO_SMALL enum value | Os::FileSystemInterface | |
BUSY enum value | Os::FileSystemInterface | |
changeWorkingDirectory(const char *path) | Os::FileSystem | static |
copyFile(const char *sourcePath, const char *destPath) | Os::FileSystem | static |
createDirectory(const char *path, bool errorIfAlreadyExists=false) | Os::FileSystem | static |
DIRECTORY enum value | Os::FileSystemInterface | |
DOESNT_EXIST enum value | Os::FileSystemInterface | |
EXDEV_ERROR enum value | Os::FileSystemInterface | |
exists(const char *path) | Os::FileSystem | static |
FILE enum value | Os::FileSystemInterface | |
FILE_LIMIT enum value | Os::FileSystemInterface | |
FILE_SYSTEM_FILE_CHUNK_SIZE | Os::FileSystemInterface | static |
FileSystemInterface()=default | Os::FileSystemInterface | |
FileSystemInterface(const FileSystemInterface &other)=delete | Os::FileSystemInterface | |
getDelegate(FileSystemHandleStorage &aligned_new_memory) | Os::FileSystemInterface | static |
getFileSize(const char *path, FwSignedSizeType &size) | Os::FileSystem | static |
getFreeSpace(const char *path, FwSizeType &totalBytes, FwSizeType &freeBytes) | Os::FileSystem | static |
getHandle() override | Os::FileSystem | virtual |
getPathType(const char *path) | Os::FileSystem | static |
getSingleton() | Os::FileSystem | static |
getWorkingDirectory(char *path, FwSizeType bufferSize) | Os::FileSystem | static |
init() | Os::FileSystem | static |
INVALID_PATH enum value | Os::FileSystemInterface | |
IS_DIR enum value | Os::FileSystemInterface | |
moveFile(const char *sourcePath, const char *destPath) | Os::FileSystem | static |
NO_MORE_FILES enum value | Os::FileSystemInterface | |
NO_PERMISSION enum value | Os::FileSystemInterface | |
NO_SPACE enum value | Os::FileSystemInterface | |
NOT_DIR enum value | Os::FileSystemInterface | |
NOT_EMPTY enum value | Os::FileSystemInterface | |
NOT_EXIST enum value | Os::FileSystemInterface | |
NOT_SUPPORTED enum value | Os::FileSystemInterface | |
OP_OK enum value | Os::FileSystemInterface | |
operator=(const FileSystemInterface &other)=delete | Os::FileSystemInterface | |
OTHER_ERROR enum value | Os::FileSystemInterface | |
OVERFLOW_ERROR enum value | Os::FileSystemInterface | |
PathType enum name | Os::FileSystemInterface | |
removeDirectory(const char *path) | Os::FileSystem | static |
removeFile(const char *path) | Os::FileSystem | static |
rename(const char *sourcePath, const char *destPath) | Os::FileSystem | static |
Status enum name | Os::FileSystemInterface | |
touch(const char *path) | Os::FileSystem | static |
~FileSystem() final | Os::FileSystem | |
~FileSystemInterface()=default | Os::FileSystemInterface | virtual |