Home
last modified time | relevance | path

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

/device/generic/goldfish/tools/
Dmk_combined_img.py23 def shell_command(comm_list): function
83 shell_command(dd_comm)
92 shell_command([simg2img, partition["path"], temp_file])
101 shell_command([sgdisk, '--clear', filename])
114 shell_command([sgdisk, new_comm, type_comm, name_comm, output_file])
133 shell_command(['rm', '-rf', output_filename + ".qcow2"])
149 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename,
151 shell_command(['dd', "if=" + partitions[1]["path"], "of=" + output_filename,
162 shell_command(['dd', "if=" + gpt_head, "of=" + output_filename, "bs=1024k",
164 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename,
[all …]