Home
last modified time | relevance | path

Searched refs:shell (Results 51 - 73 of 73) sorted by relevance

123

/test/xts/dcts/communication/dsoftbus_request/rpcserver/
H A Dhvigorw.bat21 @rem Set local scope for the variables with windows NT shell
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_stage_store/server/
H A Dhvigorw.bat21 @rem Set local scope for the variables with windows NT shell
/test/xts/dcts/filemanagement/fileio/server/
H A Dhvigorw.bat21 @rem Set local scope for the variables with windows NT shell
/test/xts/tools/sample/AppSampleD/
H A Dhvigorw.bat22 @rem Set local scope for the variables with windows NT shell
/test/xts/tools/sample/AppSampleE/
H A Dhvigorw.bat22 @rem Set local scope for the variables with windows NT shell
/test/xts/tools/sample/AppSampleF/
H A Dhvigorw.bat22 @rem Set local scope for the variables with windows NT shell
/base/startup/init/services/begetctl/
H A Dsandbox.cpp197 static int main_cmd(BShellHandle shell, int argc, char **argv) in main_cmd() argument
/base/security/selinux_adapter/scripts/
H A Dbuild_policy_api.py129 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 Dcheck_baseline.py145 ret = subprocess.run(build_conf_cmd, shell=False, stdout=fd).returncode
/test/testfwk/xdevice/plugins/devicetest/controllers/tools/
H A Dscreen_agent.py189 phone_time = _device.connector.shell("date '+%Y%m%d_%H%M%S'").strip()
/test/testfwk/xdevice/src/xdevice/_core/testkit/
H A Dkit.py124 '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 Dconstants.py274 shell=False)
H A Doh_jsunit_driver.py262 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 Dgenlocal.py60 subprocess.run(commond.split(" "), shell=False, capture_output=True)
/base/update/packaging_tools/
H A Dbuild_update.py489 res = subprocess.Popen(cmd, shell=False, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
703 subprocess.Popen(cmd, shell=False, stdout=subprocess.PIPE,
H A Dupdate_package.py298 cmd, shell=False, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
541 cmd, shell=False, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
H A Dbuild_module_package.py411 subprocess.call(align_cmd, shell=False)
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py498 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 Dinterface_coverage_gcov_lcov.py217 function_info = subprocess.check_output(command, shell=False)
/test/testfwk/developer_test/src/core/build/
H A Dbuild_testcases.py118 if subprocess.call(command, shell=False) == 0:
/test/testfwk/developer_test/local_coverage/code_coverage/
H A Dmultiprocess_code_coverage.py55 if 0 == subprocess.call(cmd_list, shell=False, stdout=out, stderr=err):
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py78 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 Ddevice.py1214 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]

Completed in 17 milliseconds

123