Searched defs:OverlayFile (Results 1 – 3 of 3) sorted by relevance
369 struct OverlayFile { in PowerwashFiles() struct370 std::string name; in PowerwashFiles()371 std::string composite_disk_path; in PowerwashFiles()373 OverlayFile(std::string name, std::string composite_disk_path) in PowerwashFiles() function
76 var OverlayFile string var
553 TEST_F(InMemoryFileSystemTest, OverlayFile) { in TEST_F() argument