Searched refs:getUnderlyingFS (Results 1 – 4 of 4) sorted by relevance
21 auto MaybeFile = getUnderlyingFS().openFileForRead(Filename); in readFile()285 getUnderlyingFS().status(OriginalFilename); in computeAndStoreResult()333 return getUnderlyingFS().status(Path); in status()404 return getUnderlyingFS().openFileForRead(Path); in openFileForRead()419 return getUnderlyingFS().getRealPath(Path, Output); in getRealPath()449 std::error_code EC = getUnderlyingFS().getRealPath(OriginalFilename, Output); in getRealPath()472 getUnderlyingFS().getCurrentWorkingDirectory(); in updateWorkingDirForCacheLookup()
496 getUnderlyingFS().print(OS, Type, IndentLevel + 1); in printImpl()
487 FileSystem &getUnderlyingFS() const { return *FS; } in getUnderlyingFS() function
2983 getUnderlyingFS().print(OS, Type, IndentLevel + 1); in printImpl()