Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp113 composite_disk_path_ = std::move(composite_disk_path); in CompositeDiskPath()
117 composite_disk_path_ = std::move(composite_disk_path); in CompositeDiskPath()
175 CF_EXPECT(!composite_disk_path_.empty(), "No composite disk path"); in WillRebuildCompositeDisk()
176 auto composite_mod_time = FileModificationTime(composite_disk_path_); in WillRebuildCompositeDisk()
204 AbsolutePath(composite_disk_path_)); in BuildCompositeDiskIfNecessary()
208 AggregateImage(partitions_, AbsolutePath(composite_disk_path_)); in BuildCompositeDiskIfNecessary()
226 CF_EXPECT(!composite_disk_path_.empty(), "Composite disk path missing"); in BuildOverlayIfNecessary()
227 auto composite_disk_mod_time = FileModificationTime(composite_disk_path_); in BuildOverlayIfNecessary()
241 CreateQcowOverlay(crosvm_path_, composite_disk_path_, overlay_path_); in BuildOverlayIfNecessary()
Ddisk_builder.h76 std::string composite_disk_path_; variable