Searched refs:run_cmd (Results 1 – 5 of 5) sorted by relevance
/build/scripts/ |
D | check_mac_system_and_cpu.py | 20 def run_cmd(cmd): function 29 res = run_cmd(check_system_cmd) 38 res = run_cmd(check_host_cpu_cmd)
|
/build/ohos/images/mkimage/ |
D | mkimages.py | 24 def run_cmd(cmd): function 80 run_cmd(" ".join(["img2simg ", device, " ", tmp_device])) 86 res = run_cmd(" ".join([mkfs_tools, mk_configs])) 95 res = run_cmd(" ".join([mkfs_tools, mk_configs])) 100 res = run_cmd(" ".join([mkfs_tools, mk_configs]))
|
D | mkcpioimage.py | 36 def run_cmd(cmd, dir_list=None): function 74 res = run_cmd(ramdisk_cmd, dir_list) 103 res_gzip = run_cmd(["gzip", ramdisk_img]) 104 res_mv_gz = run_cmd(["mv", ramdisk_gz, ramdisk_img]) 120 res = run_cmd(chmod_cmd)
|
D | mkf2fsimage.py | 49 def run_cmd(cmd): function 78 res = run_cmd(mkf2fs_cmd) 112 res = run_cmd(sloadf2fs_cmd) 125 res = run_cmd(trunc_cmd)
|
D | mkextimage.py | 50 def run_cmd(cmd): function 86 res = run_cmd(mke2fs_cmd) 112 res = run_cmd(e2fsdroid_cmd)
|