Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.h95 const std::string& backing_file,
Dimage_aggregator.cc565 const std::string& backing_file, in CreateQcowOverlay() argument
570 cmd.AddParameter(backing_file); in CreateQcowOverlay()
580 << " create_qcow2 --backing-file " << backing_file << " " in CreateQcowOverlay()
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.h89 const std::string& backing_file,
Dserver_loop_impl.cpp46 const std::string& backing_file, in CreateQcowOverlay() argument
51 crosvm_qcow2_cmd.AddParameter(backing_file); in CreateQcowOverlay()