Searched refs:getUnderlyingFS (Results 1 – 3 of 3) sorted by relevance
22 auto MaybeFile = getUnderlyingFS().openFileForRead(Filename); in readFile()245 getUnderlyingFS().status(OriginalFilename); in computeAndStoreResult()295 return getUnderlyingFS().status(Path); in status()366 return getUnderlyingFS().openFileForRead(Path); in openFileForRead()408 std::error_code EC = getUnderlyingFS().getRealPath(OriginalFilename, Output); in getRealPath()431 getUnderlyingFS().getCurrentWorkingDirectory(); in updateWorkingDirForCacheLookup()
450 getUnderlyingFS().print(OS, Type, IndentLevel + 1); in printImpl()
470 FileSystem &getUnderlyingFS() const { return *FS; } in getUnderlyingFS() function