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()1860 bool RedirectingFileSystem::shouldFallBackToExternalFS( in shouldFallBackToExternalFS() function in RedirectingFileSystem1968 if (shouldFallBackToExternalFS(Result.getError())) in status()1974 if (!S && shouldFallBackToExternalFS(S.getError(), Result->E)) in status()2014 if (shouldFallBackToExternalFS(Result.getError())) in openFileForRead()2027 if (shouldFallBackToExternalFS(ExternalFile.getError(), Result->E)) in openFileForRead()2054 if (shouldFallBackToExternalFS(Result.getError())) in getRealPath()2063 if (!P && shouldFallBackToExternalFS(P, Result->E)) { in getRealPath()
747 bool shouldFallBackToExternalFS(std::error_code EC, Entry *E = nullptr) const;