Home
last modified time | relevance | path

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

123

/test/xts/tools/lite/reliability/
H A Dutils.py46 stderr=subprocess.PIPE, shell=False,
50 stderr=subprocess.PIPE, shell=True)
/test/testfwk/developer_test/src/core/command/
H A Drun.py169 push_cov_path, "testpart", param), shell=True)
173 push_cov_path, "subsystem", param), shell=True)
180 init_gcov_path, current_raw_cmd), shell=True)
317 coverage_process = subprocess.Popen("rm -rf %s" % coverage_path, shell=True)
411 subprocess.run("python3 %s command_str=%s" % (pull_service_gcov_path, current_raw_cmd), shell=True)
420 cov_main_file_path, testpart), shell=True)
H A Dgen.py45 subprocess.call(command, shell=False)
/test/testfwk/developer_test/local_coverage/
H A Dcoverage_tools.py155 subprocess.run("python3 %s %s" % (interface_path, partname_str), shell=True)
183 subprocess.run("python3 %s" % keyword_path, shell=True)
195 subprocess.run("python3 %s " % after_lcov_branch_path, shell=True)
H A Dutils.py124 proc = subprocess.Popen(command, shell=True)
/test/testfwk/xdevice/plugins/devicetest/
H A Dconstants.py34 shell = "ShellKit" variable in CKit
/test/testfwk/xdevice/plugins/ohos/src/ohos/
H A Dconstants.py78 shell = "ShellKit" variable in CKit
/base/hiviewdfx/hidumper/test/scripts/testModule/
H A Dtest_base_command.py146 command = "hdc shell \"hidumper -D -h\""
147 output = subprocess.check_output(command, shell=True, encoding="utf-8", text=True)
150 command = "hdc shell \"hidumper -h -D\""
151 output = subprocess.check_output(command, shell=True, encoding="utf-8", text=True)
/base/startup/init/services/begetctl/
H A Dmisc_daemon.cpp28 #include "shell.h"
186 static int main_cmd(BShellHandle shell, int argc, char **argv) in main_cmd() argument
192 BShellCmdHelp(shell, 1, helpArgs); in main_cmd()
/base/update/packaging_tools/test/
H A Dtest_image_class.py141 cmd, shell=False, stdout=subprocess.PIPE,
163 cmd, shell=False, stdout=subprocess.PIPE,
/test/testfwk/developer_test/libs/benchmark/report/
H A Dbenchmark_reporter.py53 subprocess.call(command, shell=False)
/test/testfwk/developer_test/local_coverage/automate_execute/
H A Dinstall_coverage_tools.py24 proc = subprocess.Popen(command, shell=True)
H A Dbuild_part.py127 subprocess.run("python3 %s %s" % (build_before_path, test_part_str), shell=True)
/base/security/selinux_adapter/scripts/selinux_check/
H A Dcheck_common.py48 ret = subprocess.run(in_cmd, shell=False).returncode
/base/security/selinux_adapter/scripts/
H A Dbuild_contexts.py49 ret = subprocess.run(cmdstr, shell=True).returncode
234 ret = subprocess.run(" ".join(check_cmd), shell=True).returncode
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py303 first_process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=False)
309 shell=False)
/base/startup/appspawn/test/unittest/
H A Dgencoverage.sh49 hdc shell $@
/base/startup/init/test/unittest/tools/
H A Dprepare_testdata.sh33 hdc shell $@
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dpublic_method.py51 proc = subprocess.Popen(command, shell=True, stdin=subprocess.PIPE,
/test/testfwk/developer_test/local_coverage/restore_comment/
H A Dafter_lcov_branch.py67 shell=True).communicate()
H A Dbuild_before_generate.py81 shell=True).communicate()
/test/xts/dcts/ability/dmsfwk/dmsfwkstagetestserver/
H A Dhvigorw.bat21 @rem Set local scope for the variables with windows NT shell
/test/xts/dcts/communication/dsoftbus/rpcserver/
H A Dhvigorw.bat21 @rem Set local scope for the variables with windows NT shell
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/server/hap/
H A Dhvigorw.bat21 @rem Set local scope for the variables with windows NT shell
/test/xts/dcts/multimedia/avsessionserver/
H A Dhvigorw.bat21 @rem Set local scope for the variables with windows NT shell

Completed in 8 milliseconds

123