Searched refs:OverlayRoot (Results 1 – 2 of 2) sorted by relevance
35 FileCollector::FileCollector(std::string Root, std::string OverlayRoot) in FileCollector() argument36 : Root(std::move(Root)), OverlayRoot(std::move(OverlayRoot)) { in FileCollector()177 VFSWriter.setOverlayDir(OverlayRoot); in writeMapping()178 VFSWriter.setCaseSensitivity(isCaseSensitivePath(OverlayRoot)); in writeMapping()
26 FileCollector(std::string Root, std::string OverlayRoot);69 std::string OverlayRoot; variable