Searched refs:crosvm_qcow2_cmd (Results 1 – 1 of 1) sorted by relevance
317 cvd::Command crosvm_qcow2_cmd(crosvm_path); in CreateQcowOverlay() local318 crosvm_qcow2_cmd.AddParameter("create_qcow2"); in CreateQcowOverlay()319 crosvm_qcow2_cmd.AddParameter("--backing_file=", backing_file); in CreateQcowOverlay()320 crosvm_qcow2_cmd.AddParameter(output_overlay_path); in CreateQcowOverlay()321 int success = crosvm_qcow2_cmd.Start().Wait(); in CreateQcowOverlay()