The Pedigree Project  0.1
FatFilesystem Member List

This is the complete list of members for FatFilesystem, including all inherited members.

cacheDirectoryContents(File *pFile) (defined in FatFilesystem)FatFilesystemvirtual
cacheVolumeLabel() (defined in FatFilesystem)FatFilesystemprotected
convertFilenameFrom(String filename) const FatFilesystemprotected
convertFilenameTo(String filename) const FatFilesystemprotected
createDirectory(File *parent, const String &filename, uint32_t mask)FatFilesystemprotectedvirtual
Filesystem::createDirectory(const StringView &path, uint32_t mask, File *pStartNode=0)Filesystem
createFile(File *parent, const String &filename, uint32_t mask)FatFilesystemprotectedvirtual
createFile(File *parentDir, const String &filename, uint32_t mask, bool bDirectory=false, uint32_t dirClus=0)FatFilesystemprotected
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)Filesystemprotectedvirtual
createSymlink(File *parent, const String &filename, const String &value)FatFilesystemprotectedvirtual
Filesystem::createSymlink(const StringView &path, const String &value, File *pStartNode=0)Filesystem
eofValue() const FatFilesysteminlineprotected
extend(File *pFile, size_t size) (defined in FatFilesystem)FatFilesystemvirtual
FatDirectory (defined in FatFilesystem)FatFilesystemfriend
FatFile (defined in FatFilesystem)FatFilesystemfriend
FatFilesystem() (defined in FatFilesystem)FatFilesystem
FatFilesystem(const FatFilesystem &) (defined in FatFilesystem)FatFilesystemprotected
fileAttributeChanged(File *pFile) (defined in FatFilesystem)FatFilesystemvirtual
Filesystem()Filesystem
find(const StringView &path)Filesystemvirtual
find(const String &path) (defined in Filesystem)Filesystemvirtual
find(const StringView &path, File *pStartNode) (defined in Filesystem)Filesystemvirtual
find(const String &path, File *pStartNode) (defined in Filesystem)Filesystemvirtual
findFreeCluster(bool bLock=false)FatFilesystemprotected
getClusterEntry(uint32_t cluster, bool bLock=true)FatFilesystemprotected
getDirectoryEntry(uint32_t clus, uint32_t offset) const FatFilesystemprotected
getDisk()Filesysteminline
getFatDate(Time::Timestamp timestamp) const FatFilesysteminlineprotected
getRoot() const FatFilesystemvirtual
getSectorNumber(uint32_t cluster) const FatFilesystemprotected
getUnixTimestamp(uint16_t time, uint16_t date) const FatFilesysteminlineprotected
getVolumeLabel() const FatFilesystemvirtual
initialise(Disk *pDisk)FatFilesystemvirtual
isCaseSensitive()Filesysteminlinevirtual
isEof(uint32_t cluster) const FatFilesysteminlineprotected
isReadOnly()Filesysteminline
loadRootDir() (defined in FatFilesystem)FatFilesystemprotected
m_BlockSizeFatFilesystemprotected
m_bReadOnlyFilesystemprotected
m_DataAreaStartFatFilesystemprotected
m_FatCache (defined in FatFilesystem)FatFilesystemprotected
m_FatLockFatFilesystemprotected
m_FatSectorFatFilesystemprotected
m_FreeClusterHintFatFilesystemprotected
m_FsInfo (defined in FatFilesystem)FatFilesystemprotected
m_pDiskFilesystemprotected
m_pFatCacheFatFilesystemprotected
m_pRootFatFilesystemprotected
m_RootDir (defined in FatFilesystem)FatFilesystemprotected
m_RootDirCount (defined in FatFilesystem)FatFilesystemprotected
m_SuperblockFatFilesystemprotected
m_Superblock16 (defined in FatFilesystem)FatFilesystemprotected
m_Superblock32 (defined in FatFilesystem)FatFilesystemprotected
m_TypeFatFilesystemprotected
m_VolumeLabelFatFilesystemprotected
operator=(const FatFilesystem &) (defined in FatFilesystem)FatFilesystemprotected
probe(Disk *pDisk) (defined in FatFilesystem)FatFilesystemstatic
ProbeCallback typedefFilesystem
read(File *pFile, uint64_t location, uint64_t size, uintptr_t buffer, bool bCanBlock=true) (defined in FatFilesystem)FatFilesystemvirtual
readCluster(uint32_t block, uintptr_t buffer) const FatFilesystemprotected
readDirectoryPortion(uint32_t clus) const FatFilesystemprotected
readSectorBlock(uint32_t sec, size_t size, uintptr_t buffer) const FatFilesystemprotected
remove(File *parent, File *file)FatFilesystemprotectedvirtual
Filesystem::remove(const StringView &path, File *pStartNode=0)Filesystem
setCluster(File *pFile, uint32_t clus)FatFilesystemprotected
setClusterEntry(uint32_t cluster, uint32_t value, bool bLock=true)FatFilesystemprotected
truncate(File *pFile) (defined in FatFilesystem)FatFilesystemvirtual
updateFileSize(File *pFile, int64_t sizeChange)FatFilesystemprotected
write(File *pFile, uint64_t location, uint64_t size, uintptr_t buffer, bool bCanBlock=true) (defined in FatFilesystem)FatFilesystemvirtual
writeCluster(uint32_t block, uintptr_t buffer)FatFilesystemprotected
writeDirectoryEntry(Dir *dir, uint32_t clus, uint32_t offset)FatFilesystemprotected
writeDirectoryPortion(uint32_t clus, void *p)FatFilesystemprotected
writeSectorBlock(uint32_t sec, size_t size, uintptr_t buffer)FatFilesystemprotected
~FatFilesystem() (defined in FatFilesystem)FatFilesystemvirtual
~Filesystem()Filesystemvirtual