Searched refs:crosvm_qcow2_cmd (Results 1 – 2 of 2) sorted by relevance
419 cuttlefish::Command crosvm_qcow2_cmd(crosvm_path); in CreateQcowOverlay() local420 crosvm_qcow2_cmd.AddParameter("create_qcow2"); in CreateQcowOverlay()421 crosvm_qcow2_cmd.AddParameter("--backing_file=", backing_file); in CreateQcowOverlay()422 crosvm_qcow2_cmd.AddParameter(output_overlay_path); in CreateQcowOverlay()423 int success = crosvm_qcow2_cmd.Start().Wait(); in CreateQcowOverlay()
249 cuttlefish::Command crosvm_qcow2_cmd(crosvm_path); in CreateQcowOverlay() local250 crosvm_qcow2_cmd.AddParameter("create_qcow2"); in CreateQcowOverlay()251 crosvm_qcow2_cmd.AddParameter("--backing_file=", backing_file); in CreateQcowOverlay()252 crosvm_qcow2_cmd.AddParameter(output_overlay_path); in CreateQcowOverlay()253 int success = crosvm_qcow2_cmd.Start().Wait(); in CreateQcowOverlay()