Searched refs:run_cmd (Results 1 – 8 of 8) sorted by relevance
/build/templates/rust/ |
D | rust_cxxbridge.py | 26 run_cmd = [os.path.abspath(cxx_exe)] 27 run_cmd.extend(args) 29 run_cmd.extend(["--header"]) 30 res = subprocess.run(run_cmd, capture_output=True)
|
/build/scripts/ |
D | check_mac_system_and_cpu.py | 21 def run_cmd(cmd: str): function 31 res = run_cmd(check_system_cmd) 41 res = run_cmd(check_host_cpu_cmd)
|
/build/ohos/images/mkimage/ |
D | mkcpioimage.py | 37 def run_cmd(cmd: str, dir_list=None): function 77 res = run_cmd(ramdisk_cmd, dir_list) 106 res_gzip = run_cmd(["gzip", ramdisk_img]) 107 res_mv_gz = run_cmd(["mv", ramdisk_gz, ramdisk_img]) 123 res = run_cmd(chmod_cmd)
|
D | mkimages.py | 30 def run_cmd(cmd: str): function 88 run_cmd(" ".join(["img2simg ", device, " ", tmp_device])) 95 res = run_cmd(" ".join([mkfs_tools, mk_configs])) 107 res = run_cmd(" ".join([mkfs_tools, mk_configs])) 113 res = run_cmd(" ".join([mkfs_tools, mk_configs]))
|
D | mkf2fsimage.py | 49 def run_cmd(cmd: str): 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: str): function 86 res = run_cmd(mke2fs_cmd) 113 res = run_cmd(e2fsdroid_cmd)
|
D | mkchip_ckm.py | 35 def run_cmd(cmd: str): function 57 res = run_cmd(" ".join([mkextimage_tools_path, mk_configs]))
|
D | judge_updater_image.py | 20 def run_cmd(cmd: str): function 30 res = run_cmd(cmd)
|