Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc363 if (!SharedFD::Open(instance.persistent_composite_disk_path().c_str(), in CreatePersistentCompositeDisk()
367 << instance.persistent_composite_disk_path() << " exists"; in CreatePersistentCompositeDisk()
376 footer_path, instance.persistent_composite_disk_path()); in CreatePersistentCompositeDisk()
379 instance.persistent_composite_disk_path()); in CreatePersistentCompositeDisk()
514 ShouldCreateCompositeDisk(instance.persistent_composite_disk_path(), in CreateDynamicDiskFiles()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h435 std::string persistent_composite_disk_path() const;
Dcuttlefish_config_instance.cpp172 std::string CuttlefishConfig::InstanceSpecific::persistent_composite_disk_path() in persistent_composite_disk_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific