/test/xts/dcts/communication/dsoftbus_request/rpcserver/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_stage_store/server/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/filemanagement/fileio/server/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/tools/sample/AppSampleD/ |
H A D | hvigorw.bat | 22 @rem Set local scope for the variables with windows NT shell
|
/test/xts/tools/sample/AppSampleE/ |
H A D | hvigorw.bat | 22 @rem Set local scope for the variables with windows NT shell
|
/test/xts/tools/sample/AppSampleF/ |
H A D | hvigorw.bat | 22 @rem Set local scope for the variables with windows NT shell
|
/base/startup/init/services/begetctl/ |
H A D | sandbox.cpp | 197 static int main_cmd(BShellHandle shell, int argc, char **argv) in main_cmd() argument
|
/base/security/selinux_adapter/scripts/ |
H A D | build_policy_api.py | 129 ret = subprocess.run(cmdstr, shell=True).returncode 143 ret = subprocess.run(build_conf_cmd, shell=False, stdout=fd).returncode
|
/base/security/selinux_adapter/scripts/selinux_check/ |
H A D | check_baseline.py | 145 ret = subprocess.run(build_conf_cmd, shell=False, stdout=fd).returncode
|
/test/testfwk/xdevice/plugins/devicetest/controllers/tools/ |
H A D | screen_agent.py | 189 phone_time = _device.connector.shell("date '+%Y%m%d_%H%M%S'").strip()
|
/test/testfwk/xdevice/src/xdevice/_core/testkit/ |
H A D | kit.py | 124 'chown -R shell:shell {}'.format(path)) 130 'chown -R shell:shell {}'.format(path)) 303 str(proc.pid)], shell=False)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | constants.py | 274 shell=False)
|
H A D | oh_jsunit_driver.py | 262 timeout_config = get_config_value("shell-timeout", 837 timeout_config = get_config_value("shell-timeout", 957 stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=False) 959 proc = subprocess.Popen(run_command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=False)
|
/test/xts/acts/arkui/libuv/ |
H A D | genlocal.py | 60 subprocess.run(commond.split(" "), shell=False, capture_output=True)
|
/base/update/packaging_tools/ |
H A D | build_update.py | 489 res = subprocess.Popen(cmd, shell=False, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
703 subprocess.Popen(cmd, shell=False, stdout=subprocess.PIPE,
|
H A D | update_package.py | 298 cmd, shell=False, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
541 cmd, shell=False, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
H A D | build_module_package.py | 411 subprocess.call(align_cmd, shell=False)
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | drivers.py | 498 process = subprocess.Popen("tar -zxf %s -C %s" % (tar_path, cxx_cov_path), shell=True) 504 (tar_path, cxx_cov_path), shell=True).communicate() 505 subprocess.Popen("rm -rf %s" % tar_path, shell=True).communicate() 508 os.path.join(cxx_cov_path, OBJ)), shell=True).communicate() 777 mkdir_corpus_command = f"shell; mkdir -p {corpus}" 877 self.config.device.connector_command("shell hilog -r") 961 test_timeout = int(driver_dict["shell-timeout"]) / 1000 966 print(" get json shell timeout finally")
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | interface_coverage_gcov_lcov.py | 217 function_info = subprocess.check_output(command, shell=False)
|
/test/testfwk/developer_test/src/core/build/ |
H A D | build_testcases.py | 118 if subprocess.call(command, shell=False) == 0:
|
/test/testfwk/developer_test/local_coverage/code_coverage/ |
H A D | multiprocess_code_coverage.py | 55 if 0 == subprocess.call(cmd_list, shell=False, stdout=out, stderr=err):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 78 self.run_command = get_config_value('shell', config) 149 elif command_type == "shell": 267 command = "shell mkdir {}".format(dst) 475 @Plugin(type=Plugin.TEST_KIT, id=CKit.shell) 807 "shell", command] 940 # shell bm dump -n 1080 shell=False) 1134 device.device_sn, "shell"] 1137 "shell"]
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 1214 self.host, self.port), "-t", self.device_sn, "shell"] 1216 cmd = [HdcHelper.CONNECTOR_NAME, "-t", self.device_sn, "shell"] 1226 shell=False, 1387 "-t", self.device.device_sn, "shell", command] 1389 cmd = [HdcHelper.CONNECTOR_NAME, "-t", self.device.device_sn, "shell", command]
|