|
| LocalStoreAccessor (ref< LocalFSStore > store, bool requireValidPath) |
|
CanonPath | toRealPath (const CanonPath &path) |
|
std::optional< Stat > | maybeLstat (const CanonPath &path) override |
|
DirEntries | readDirectory (const CanonPath &path) override |
|
void | readFile (const CanonPath &path, Sink &sink, std::function< void(uint64_t)> sizeCallback) override |
|
std::string | readLink (const CanonPath &path) override |
|
| PosixSourceAccessor (std::filesystem::path &&root) |
|
void | readFile (const CanonPath &path, Sink &sink, std::function< void(uint64_t)> sizeCallback) override |
|
bool | pathExists (const CanonPath &path) override |
|
std::optional< Stat > | maybeLstat (const CanonPath &path) override |
|
DirEntries | readDirectory (const CanonPath &path) override |
|
std::string | readLink (const CanonPath &path) override |
|
std::optional< std::filesystem::path > | getPhysicalPath (const CanonPath &path) override |
|
virtual std::string | readFile (const CanonPath &path) |
|
Stat | lstat (const CanonPath &path) |
|
virtual void | dumpPath (const CanonPath &path, Sink &sink, PathFilter &filter=defaultPathFilter) |
|
Hash | hashPath (const CanonPath &path, PathFilter &filter=defaultPathFilter, HashAlgorithm ha=HashAlgorithm::SHA256) |
|
bool | operator== (const SourceAccessor &x) const |
|
auto | operator<=> (const SourceAccessor &x) const |
|
void | setPathDisplay (std::string displayPrefix, std::string displaySuffix="") |
|
virtual std::string | showPath (const CanonPath &path) |
|
CanonPath | resolveSymlinks (const CanonPath &path, SymlinkResolution mode=SymlinkResolution::Full) |
|
virtual std::optional< time_t > | getLastModified () |
|