Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp86 crosvm_path_ = std::move(crosvm_path); in CrosvmPath()
90 crosvm_path_ = std::move(crosvm_path); in CrosvmPath()
240 CF_EXPECT(!crosvm_path_.empty(), "crosvm binary missing"); in BuildOverlayIfNecessary()
241 CreateQcowOverlay(crosvm_path_, composite_disk_path_, overlay_path_); in BuildOverlayIfNecessary()
Ddisk_builder.h74 std::string crosvm_path_; variable