Home
last modified time | relevance | path

Searched refs:run_command (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_util_module/container/
H A Dbuild_ts_js.py21 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 Dselinux_check_main.py22 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 Dcheck_common.py47 def run_command(in_cmd): function
/ohos5.0/build/scripts/
H A Dtools_checker.py23 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 Dgenerate_js_bytecode.py55 def run_command(cmd, execution_path): function
92 run_command(cmd, path)
/ohos5.0/base/security/selinux_adapter/scripts/
H A Dbuild_contexts.py47 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 Dbuild_policy_api.py127 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 Drun.py55 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 Dbuild_ts_js.py22 def run_command(in_cmd): function
54 run_command(CMD_INST)
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/ts/streamrw/
H A Dbuild_ts_js.py22 def run_command(in_cmd): function
54 run_command(CMD_INST)
/ohos5.0/commonlibrary/ets_utils/js_api_module/
H A Dbuild_ts_js.py23 def run_command(in_cmd): function
56 run_command(CMD_INST)
/ohos5.0/commonlibrary/ets_utils/js_util_module/
H A Dbuild_ts_js.py22 def run_command(in_cmd): function
54 run_command(CMD_INST)
/ohos5.0/foundation/ability/idl_tool/scripts/
H A Didl.py36 def run_command(cmd, execution_path, input_arguments): function
80 run_command(cmd, path, input_arguments)
/ohos5.0/
H A Drepo302 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,