Searched defs:OverlayFile (Results 1 – 1 of 1) sorted by relevance
265 struct OverlayFile { in PowerwashFiles() struct266 std::string name; in PowerwashFiles()267 std::string composite_disk_path; in PowerwashFiles()269 OverlayFile(std::string name, std::string composite_disk_path) in PowerwashFiles() argument