Searched refs:getUnderlyingFS (Results 1 – 3 of 3) sorted by relevance
22 auto MaybeFile = getUnderlyingFS().openFileForRead(Filename); in readFile()231 getUnderlyingFS().status(OriginalFilename); in computeAndStoreResult()294 return getUnderlyingFS().status(Path); in status()354 return getUnderlyingFS().openFileForRead(Path); in openFileForRead()371 getUnderlyingFS().getCurrentWorkingDirectory(); in updateWorkingDirForCacheLookup()
389 getUnderlyingFS().print(OS, Type, IndentLevel + 1); in printImpl()
453 FileSystem &getUnderlyingFS() const { return *FS; } in getUnderlyingFS() function