Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop.cpp38 const std::string& output_overlay_path) { in CreateQcowOverlay() argument
42 crosvm_qcow2_cmd.AddParameter(output_overlay_path); in CreateQcowOverlay()
/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc571 const std::string& output_overlay_path) { in CreateQcowOverlay() argument
575 cmd.AddParameter(output_overlay_path); in CreateQcowOverlay()
585 << output_overlay_path << "`"; in CreateQcowOverlay()
Dimage_aggregator.h96 const std::string& output_overlay_path);