Searched refs:OverlayRoot (Results 1 – 2 of 2) sorted by relevance
52 FileCollector::FileCollector(std::string Root, std::string OverlayRoot) in FileCollector() argument53 : Root(std::move(Root)), OverlayRoot(std::move(OverlayRoot)) { in FileCollector()239 VFSWriter.setOverlayDir(OverlayRoot); in writeMapping()240 VFSWriter.setCaseSensitivity(isCaseSensitivePath(OverlayRoot)); in writeMapping()
96 FileCollector(std::string Root, std::string OverlayRoot);136 const std::string OverlayRoot; variable