Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc227 if (!cuttlefish::FileExists(config.composite_disk_path())) { in ShouldCreateCompositeDisk()
230 auto composite_age = cuttlefish::FileModificationTime(config.composite_disk_path()); in ShouldCreateCompositeDisk()
263 …if (!cuttlefish::SharedFD::Open(config.composite_disk_path().c_str(), O_WRONLY | O_CREAT, 0644)->I… in CreateCompositeDisk()
264 LOG(ERROR) << "Could not ensure " << config.composite_disk_path() << " exists"; in CreateCompositeDisk()
291 config.composite_disk_path()); in CreateCompositeDisk()
295 AggregateImage(disk_config(), config.composite_disk_path()); in CreateCompositeDisk()
430 < cuttlefish::FileModificationTime(config->composite_disk_path()); in CreateDynamicDiskFiles()
437 CreateQcowOverlay(config->crosvm_binary(), config->composite_disk_path(), overlay_path); in CreateDynamicDiskFiles()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h76 std::string composite_disk_path() const;
Dcuttlefish_config.cpp885 std::string CuttlefishConfig::composite_disk_path() const { in composite_disk_path() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc303 config->crosvm_binary(), config->composite_disk_path(), overlay_path)) { in PowerwashFiles()