Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp122 overlay_path_ = std::move(overlay_path); in OverlayPath()
126 overlay_path_ = std::move(overlay_path); in OverlayPath()
223 CF_EXPECT(!overlay_path_.empty(), "Overlay path missing"); in BuildOverlayIfNecessary()
224 auto overlay_mod_time = FileModificationTime(overlay_path_); in BuildOverlayIfNecessary()
241 CreateQcowOverlay(crosvm_path_, composite_disk_path_, overlay_path_); in BuildOverlayIfNecessary()
Ddisk_builder.h77 std::string overlay_path_; variable