Searched refs:crosvm_qcow2_cmd (Results 1 – 1 of 1) sorted by relevance
49 Command crosvm_qcow2_cmd(crosvm_path); in CreateQcowOverlay() local50 crosvm_qcow2_cmd.AddParameter("create_qcow2"); in CreateQcowOverlay()51 crosvm_qcow2_cmd.AddParameter("--backing-file"); in CreateQcowOverlay()52 crosvm_qcow2_cmd.AddParameter(backing_file); in CreateQcowOverlay()53 crosvm_qcow2_cmd.AddParameter(output_overlay_path); in CreateQcowOverlay()54 int success = crosvm_qcow2_cmd.Start().Wait(); in CreateQcowOverlay()