Home
last modified time | relevance | path

Searched refs:CreateQcowOverlay (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp46 bool ServerLoopImpl::CreateQcowOverlay(const std::string& crosvm_path, in CreateQcowOverlay() function in cuttlefish::run_cvd_impl::ServerLoopImpl
377 if (!CreateQcowOverlay(instance_.crosvm_binary(), composite_disk_path, in PowerwashFiles()
Dserver_loop_impl.h87 static bool CreateQcowOverlay(const std::string& crosvm_path,
/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.h94 void CreateQcowOverlay(const std::string& crosvm_path,
Dimage_aggregator.cc543 void CreateQcowOverlay(const std::string& crosvm_path, in CreateQcowOverlay() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp241 CreateQcowOverlay(crosvm_path_, composite_disk_path_, overlay_path_); in BuildOverlayIfNecessary()
Ddisk_flags.cc644 CreateQcowOverlay(crosvm_path, instance.sdcard_path(), in InitializeSdCard()