The Pedigree Project
0.1
|
This is the complete list of members for RamFs, including all inherited members.
createDirectory(File *parent, const String &filename, uint32_t mask) | RamFs | protectedvirtual |
Filesystem::createDirectory(const StringView &path, uint32_t mask, File *pStartNode=0) | Filesystem | |
createFile(File *parent, const String &filename, uint32_t mask) | RamFs | protectedvirtual |
Filesystem::createFile(const StringView &path, uint32_t mask, File *pStartNode=0) | Filesystem | |
createLink(const StringView &path, File *target, File *pStartNode=0) | Filesystem | |
createLink(File *parent, const String &filename, File *target) | Filesystem | protectedvirtual |
createSymlink(File *parent, const String &filename, const String &value) | RamFs | protectedvirtual |
Filesystem::createSymlink(const StringView &path, const String &value, File *pStartNode=0) | Filesystem | |
Filesystem() | Filesystem | |
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 |
getDisk() | Filesystem | inline |
getProcessOwnership() const (defined in RamFs) | RamFs | inline |
getRoot() const | RamFs | inlinevirtual |
getVolumeLabel() const | RamFs | inlinevirtual |
initialise(Disk *pDisk) | RamFs | virtual |
isCaseSensitive() | Filesystem | inlinevirtual |
isReadOnly() | Filesystem | inline |
m_bProcessOwners (defined in RamFs) | RamFs | protected |
m_bReadOnly | Filesystem | protected |
m_pDisk | Filesystem | protected |
m_pRoot | RamFs | protected |
m_VolumeLabel (defined in RamFs) | RamFs | protectedstatic |
operator=(const RamFs &) (defined in RamFs) | RamFs | protected |
ProbeCallback typedef | Filesystem | |
RamFs() (defined in RamFs) | RamFs | |
RamFs(const RamFs &) (defined in RamFs) | RamFs | protected |
remove(File *parent, File *file) | RamFs | protectedvirtual |
Filesystem::remove(const StringView &path, File *pStartNode=0) | Filesystem | |
setProcessOwnership(bool bEnable) (defined in RamFs) | RamFs | inline |
~Filesystem() | Filesystem | virtual |
~RamFs() (defined in RamFs) | RamFs | virtual |