Searched refs:run_command (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/ |
H A D | build_ts_js.py | 21 def run_command(command): function 47 run_command(cmd) 55 run_command(cmd) 58 run_command(cmd)
|
/ohos5.0/base/security/selinux_adapter/scripts/selinux_check/ |
H A D | selinux_check_main.py | 22 from check_common import read_json_file, run_command 45 run_command(check_policy_cmd) 50 run_command(check_policy_cmd) 97 run_command(cmd)
|
H A D | check_common.py | 47 def run_command(in_cmd): function
|
/ohos5.0/build/scripts/ |
H A D | tools_checker.py | 23 def run_command(cmd: List[str], verbose = None): function 46 _, r = run_command(cmd) 93 _os_info, _returncode = run_command(['cat', '/etc/issue'])
|
H A D | generate_js_bytecode.py | 55 def run_command(cmd, execution_path): function 92 run_command(cmd, path)
|
/ohos5.0/base/security/selinux_adapter/scripts/ |
H A D | build_contexts.py | 47 def run_command(in_cmd): function 106 run_command(cat_cmd) 112 run_command(grep_cmd) 169 run_command(check_cmd) 265 run_command(build_bin_cmd)
|
H A D | build_policy_api.py | 127 def run_command(in_cmd): function 153 run_command(check_policy_cmd) 297 run_command(build_policy_cmd) 377 run_command(build_policy_cmd) 383 run_command(cmd)
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/scripts/ |
H A D | run.py | 55 def run_command(test_binary_path: str, alter_cmds: list = None): function 79 run_command(test_suite_path) 97 pool.map(run_command, iter(test_binaries))
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/ts/streamhash/ |
H A D | build_ts_js.py | 22 def run_command(in_cmd): function 54 run_command(CMD_INST)
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/ts/streamrw/ |
H A D | build_ts_js.py | 22 def run_command(in_cmd): function 54 run_command(CMD_INST)
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/ |
H A D | build_ts_js.py | 23 def run_command(in_cmd): function 56 run_command(CMD_INST)
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/ |
H A D | build_ts_js.py | 22 def run_command(in_cmd): function 54 run_command(CMD_INST)
|
/ohos5.0/foundation/ability/idl_tool/scripts/ |
H A D | idl.py | 36 def run_command(cmd, execution_path, input_arguments): function 80 run_command(cmd, path, input_arguments)
|
/ohos5.0/ |
H A D | repo | 302 def run_command(cmd, **kwargs): 505 return run_command([GIT] + list(args), **kwargs) 539 return run_command([pip, 'install', 'requests==%s' % version] + list(args), **kwargs) 670 run_command(cmd, stdin=subprocess.PIPE, capture_output=True,
|