Searched refs:shouldFallBackToExternalFS (Results 1 – 2 of 2) sorted by relevance
1204 if (shouldFallBackToExternalFS(EC)) in dir_begin()1212 if (shouldFallBackToExternalFS(S.getError(), Result->E)) in dir_begin()1861 bool RedirectingFileSystem::shouldFallBackToExternalFS( in shouldFallBackToExternalFS() function in RedirectingFileSystem1969 if (shouldFallBackToExternalFS(Result.getError())) in status()1975 if (!S && shouldFallBackToExternalFS(S.getError(), Result->E)) in status()2015 if (shouldFallBackToExternalFS(Result.getError())) in openFileForRead()2028 if (shouldFallBackToExternalFS(ExternalFile.getError(), Result->E)) in openFileForRead()2055 if (shouldFallBackToExternalFS(Result.getError())) in getRealPath()2064 if (!P && shouldFallBackToExternalFS(P, Result->E)) { in getRealPath()
747 bool shouldFallBackToExternalFS(std::error_code EC, Entry *E = nullptr) const;