Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp357 struct OverlayFile { in PowerwashFiles() struct
361 OverlayFile(std::string name, std::string composite_disk_path) in PowerwashFiles() function
365 std::vector<OverlayFile> overlay_files{ in PowerwashFiles()
366 OverlayFile("overlay.img", instance_.os_composite_disk_path())}; in PowerwashFiles()
370 OverlayFile("ap_overlay.img", instance_.ap_composite_disk_path())); in PowerwashFiles()