Searched refs:_run_cmd (Results 1 - 3 of 3) sorted by relevance
/build/ |
H A D | prebuilts_download.py | 34 def _run_cmd(cmd: str): function 44 check_sha256, err, returncode = _run_cmd(check_sha256_cmd) 45 local_sha256, err, returncode = _run_cmd(local_sha256_cmd) 54 check_sha256, err, returncode = _run_cmd(check_sha256_cmd) 67 data_sha_sums256, err, returncode = _run_cmd(cmd) 84 parse_dict['md5_huaweicloud_url'], err, returncode = _run_cmd(md5_huaweicloud_url_cmd) 97 _run_cmd(cmd) 189 _run_cmd(('rm -rf {}/{}/*.{}.mark').format(code_dir, unzip_dir, unzip_filename)) 190 _run_cmd(('rm -rf {}/{}/{}').format(code_dir, unzip_dir, unzip_filename)) 228 out, err, retcode = _run_cmd(skip_ssl_cm [all...] |
H A D | prebuilts_config.py | 28 def _run_cmd(cmd):
function 38 check_sha256, err, returncode = _run_cmd(check_sha256_cmd)
39 local_sha256, err, returncode = _run_cmd(local_sha256_cmd)
52 data_sha_sums256, err, returncode = _run_cmd(cmd)
|
/build/indep_configs/scripts/ |
H A D | gn_ninja_cmd.py | 24 def _run_cmd(cmd: list): function 93 _run_cmd(gn_cmd) 95 _run_cmd(ninja_cmd)
|
Completed in 2 milliseconds