OpenEnroth 73e68f7
Loading...
Searching...
No Matches
LowercaseFileSystem Member List

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

_baseLowercaseFileSystemprivate
_displayPath(FileSystemPathView path) const overrideLowercaseFileSystemprivatevirtual
_exists(FileSystemPathView path) const overrideLowercaseFileSystemprivatevirtual
_ls(FileSystemPathView path, std::vector< DirectoryEntry > *entries) const overrideLowercaseFileSystemprivatevirtual
_openForReading(FileSystemPathView path) const overrideLowercaseFileSystemprivatevirtual
_openForWriting(FileSystemPathView path) overrideLowercaseFileSystemprivatevirtual
_read(FileSystemPathView path) const overrideLowercaseFileSystemprivatevirtual
_remove(FileSystemPathView path) overrideLowercaseFileSystemprivatevirtual
_rename(FileSystemPathView srcPath, FileSystemPathView dstPath) overrideLowercaseFileSystemprivatevirtual
_stat(FileSystemPathView path) const overrideLowercaseFileSystemprivatevirtual
_trieLowercaseFileSystemmutableprivate
_write(FileSystemPathView path, const Blob &data) overrideLowercaseFileSystemprivatevirtual
cacheInsert(Node *node, FileSystemPathView tail, FileType type) constLowercaseFileSystemprivate
cacheLs(Node *node, FileSystemPathView basePath) constLowercaseFileSystemprivate
cacheRemove(Node *node) constLowercaseFileSystemprivate
displayPath(std::string_view path) constFileSystem
displayPath(FileSystemPathView path) constFileSystem
exists(std::string_view path) constFileSystem
exists(FileSystemPathView path) constFileSystem
FileSystem()=defaultFileSystem
FileSystemTrie typedefFileSystemprotected
FileSystemTrieNode typedefFileSystemprotected
invalidateLs(Node *node) constLowercaseFileSystemprivate
locateForReading(FileSystemPathView path) constLowercaseFileSystemprivate
locateForWriting(FileSystemPathView path)LowercaseFileSystemprivate
LowercaseFileSystem(FileSystem *base)LowercaseFileSystemexplicit
ls(std::string_view path) constFileSystem
ls(FileSystemPathView path) constFileSystem
ls(std::string_view path, std::vector< DirectoryEntry > *entries) constFileSystem
ls(FileSystemPathView path, std::vector< DirectoryEntry > *entries) constFileSystem
Node typedefLowercaseFileSystemprivate
openForReading(std::string_view path) constFileSystem
openForReading(FileSystemPathView path) constFileSystem
openForWriting(std::string_view path)FileSystem
openForWriting(FileSystemPathView path)FileSystem
read(std::string_view path) constFileSystem
read(FileSystemPathView path) constFileSystem
refresh()LowercaseFileSystem
remove(std::string_view path)FileSystem
remove(FileSystemPathView path)FileSystem
rename(std::string_view srcPath, std::string_view dstPath)FileSystem
rename(FileSystemPathView srcPath, FileSystemPathView dstPath)FileSystem
stat(std::string_view path) constFileSystem
stat(FileSystemPathView path) constFileSystem
walk(FileSystemPathView path) constLowercaseFileSystemprivate
write(std::string_view path, const Blob &data)FileSystem
write(FileSystemPathView path, const Blob &data)FileSystem
~FileSystem()=defaultFileSystemvirtual
~LowercaseFileSystem()LowercaseFileSystemvirtual