Home
last modified time | relevance | path

Searched refs:shouldUseExternalFS (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp1094 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h650 bool shouldUseExternalFS() const { in shouldUseExternalFS() function