Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp121 DiskBuilder& DiskBuilder::OverlayPath(std::string overlay_path) & { in OverlayPath() argument
122 overlay_path_ = std::move(overlay_path); in OverlayPath()
125 DiskBuilder DiskBuilder::OverlayPath(std::string overlay_path) && { in OverlayPath() argument
126 overlay_path_ = std::move(overlay_path); in OverlayPath()
Ddisk_builder.h54 DiskBuilder& OverlayPath(std::string overlay_path) &;
55 DiskBuilder OverlayPath(std::string overlay_path) &&;
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp373 auto overlay_path = instance_.PerInstancePath(overlay_file.name.c_str()); in PowerwashFiles() local
376 unlink(overlay_path.c_str()); in PowerwashFiles()
378 overlay_path)) { in PowerwashFiles()