Home
last modified time | relevance | path

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

/build/templates/rust/
Drust_cxxbridge.py26 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/
Dcheck_mac_system_and_cpu.py21 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/
Dmkcpioimage.py37 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)
Dmkimages.py30 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]))
Dmkf2fsimage.py49 def run_cmd(cmd: str): function
78 res = run_cmd(mkf2fs_cmd)
112 res = run_cmd(sloadf2fs_cmd)
125 res = run_cmd(trunc_cmd)
Dmkextimage.py50 def run_cmd(cmd: str): function
86 res = run_cmd(mke2fs_cmd)
113 res = run_cmd(e2fsdroid_cmd)
Dmkchip_ckm.py35 def run_cmd(cmd: str): function
57 res = run_cmd(" ".join([mkextimage_tools_path, mk_configs]))
Djudge_updater_image.py20 def run_cmd(cmd: str): function
30 res = run_cmd(cmd)