Searched refs:shouldUseExternalFS (Results 1 – 2 of 2) sorted by relevance
1094 if (shouldUseExternalFS() && EC == errc::no_such_file_or_directory) in dir_begin()1112 /*IterateExternalFS=*/shouldUseExternalFS(), *ExternalFS, EC)); in dir_begin()1751 if (shouldUseExternalFS() && in status()1789 if (shouldUseExternalFS() && in openFileForRead()1820 if (shouldUseExternalFS() && in getRealPath()1833 return shouldUseExternalFS() ? ExternalFS->getRealPath(Path, Output) in getRealPath()
650 bool shouldUseExternalFS() const { in shouldUseExternalFS() function