Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCollector.cpp35 FileCollector::FileCollector(std::string Root, std::string OverlayRoot) in FileCollector() argument
36 : Root(std::move(Root)), OverlayRoot(std::move(OverlayRoot)) { in FileCollector()
177 VFSWriter.setOverlayDir(OverlayRoot); in writeMapping()
178 VFSWriter.setCaseSensitivity(isCaseSensitivePath(OverlayRoot)); in writeMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCollector.h26 FileCollector(std::string Root, std::string OverlayRoot);
69 std::string OverlayRoot; variable