Searched refs:composite_disk_path (Results 1 – 4 of 4) sorted by relevance
227 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()
76 std::string composite_disk_path() const;
885 std::string CuttlefishConfig::composite_disk_path() const { in composite_disk_path() function in cuttlefish::CuttlefishConfig
303 config->crosvm_binary(), config->composite_disk_path(), overlay_path)) { in PowerwashFiles()