|
The Pedigree Project 0.1
|
This is the complete list of members for Filesystem, including all inherited members.
| createDirectory(const StringView &path, uint32_t mask, File *pStartNode=0) | Filesystem | |
| createDirectory(File *parent, const String &filename, uint32_t mask)=0 | Filesystem | protectedpure virtual |
| createFile(const StringView &path, uint32_t mask, File *pStartNode=0) | Filesystem | |
| createFile(File *parent, const String &filename, uint32_t mask)=0 | Filesystem | protectedpure virtual |
| createLink(const StringView &path, File *target, File *pStartNode=0) | Filesystem | |
| createLink(File *parent, const String &filename, File *target) | Filesystem | protectedvirtual |
| createSymlink(const StringView &path, const String &value, File *pStartNode=0) | Filesystem | |
| createSymlink(File *parent, const String &filename, const String &value)=0 | Filesystem | protectedpure virtual |
| decodeFileHandle(const FileHandle &handle, RetainedFile &file) (defined in Filesystem) | Filesystem | virtual |
| Directory (defined in Filesystem) | Filesystem | friend |
| encodeFileHandle(File &file, FileHandle &handle) | Filesystem | virtual |
| fileHandleFsid(FileSystemId &id) (defined in Filesystem) | Filesystem | virtual |
| Filesystem() | Filesystem | |
| Filesystem(const Filesystem &) | Filesystem | private |
| find(const StringView &path) | Filesystem | virtual |
| find(const String &path) (defined in Filesystem) | Filesystem | virtual |
| find(const StringView &path, File *pStartNode) (defined in Filesystem) | Filesystem | virtual |
| find(const String &path, File *pStartNode) (defined in Filesystem) | Filesystem | virtual |
| findNode(File *pNode, StringView path) | Filesystem | private |
| findNode(File *pNode, StringView path, File *stableStart, File *trueRoot, File **retainedResult) | Filesystem | private |
| findParent(StringView path, File *pStartNode, String &filename, File **retainedParent=nullptr) | Filesystem | private |
| findRetained(const StringView &path, Directory::ChildLease &result, File *pStartNode=nullptr) | Filesystem | |
| getDisk() | Filesystem | inline |
| getRoot() const =0 | Filesystem | pure virtual |
| getUuid(String &uuid) const | Filesystem | inlinevirtual |
| getVolumeLabel() const =0 | Filesystem | pure virtual |
| initialise(Disk *pDisk)=0 | Filesystem | pure virtual |
| isCaseSensitive() | Filesystem | inlinevirtual |
| isReadOnly() | Filesystem | inline |
| m_bReadOnly | Filesystem | protected |
| m_DiskUse (defined in Filesystem) | Filesystem | protected |
| m_pDisk | Filesystem | protected |
| m_StructureLock | Filesystem | privatestatic |
| operator=(const Filesystem &) | Filesystem | private |
| ProbeCallback typedef | Filesystem | |
| quotaControl(const QuotaRequest &, QuotaResponse &, File *quotaFile=nullptr) (defined in Filesystem) | Filesystem | virtual |
| remove(const StringView &path, File *pStartNode=0) | Filesystem | |
| remove(const StringView &path, File *pStartNode, File *expected) | Filesystem | |
| remove(File *parent, File *file) | Filesystem | |
| removeChild(File *parent, const String &filename, File *expected) | Filesystem | private |
| removeNode(File *parent, const String &filename, File *file)=0 | Filesystem | protectedpure virtual |
| rename(const StringView &oldPath, File *oldStart, const StringView &newPath, File *newStart, bool noReplace=false) | Filesystem | |
| renameChildren(File *oldParent, const String &oldName, File *newParent, const String &newName, bool noReplace, bool sourceMustBeDirectory) (defined in Filesystem) | Filesystem | private |
| renameNode(Directory *oldParent, const String &oldName, File *source, Directory *newParent, const String &newName, File *replaced) | Filesystem | protectedvirtual |
| shutdown() | Filesystem | virtual |
| sync() | Filesystem | virtual |
| SyncStatus enum name (defined in Filesystem) | Filesystem | |
| VFS | Filesystem | friend |
| VfsMountView (defined in Filesystem) | Filesystem | friend |
| ~Filesystem() | Filesystem | virtual |