/test/xts/tools/lite/reliability/ |
H A D | utils.py | 46 stderr=subprocess.PIPE, shell=False, 50 stderr=subprocess.PIPE, shell=True)
|
/test/testfwk/developer_test/src/core/command/ |
H A D | run.py | 169 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 D | gen.py | 45 subprocess.call(command, shell=False)
|
/test/testfwk/developer_test/local_coverage/ |
H A D | coverage_tools.py | 155 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 D | utils.py | 124 proc = subprocess.Popen(command, shell=True)
|
/test/testfwk/xdevice/plugins/devicetest/ |
H A D | constants.py | 34 shell = "ShellKit" variable in CKit
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/ |
H A D | constants.py | 78 shell = "ShellKit" variable in CKit
|
/base/hiviewdfx/hidumper/test/scripts/testModule/ |
H A D | test_base_command.py | 146 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 D | misc_daemon.cpp | 28 #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 D | test_image_class.py | 141 cmd, shell=False, stdout=subprocess.PIPE,
163 cmd, shell=False, stdout=subprocess.PIPE,
|
/test/testfwk/developer_test/libs/benchmark/report/ |
H A D | benchmark_reporter.py | 53 subprocess.call(command, shell=False)
|
/test/testfwk/developer_test/local_coverage/automate_execute/ |
H A D | install_coverage_tools.py | 24 proc = subprocess.Popen(command, shell=True)
|
H A D | build_part.py | 127 subprocess.run("python3 %s %s" % (build_before_path, test_part_str), shell=True)
|
/base/security/selinux_adapter/scripts/selinux_check/ |
H A D | check_common.py | 48 ret = subprocess.run(in_cmd, shell=False).returncode
|
/base/security/selinux_adapter/scripts/ |
H A D | build_contexts.py | 49 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 D | util.py | 303 first_process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=False) 309 shell=False)
|
/base/startup/appspawn/test/unittest/ |
H A D | gencoverage.sh | 49 hdc shell $@
|
/base/startup/init/test/unittest/tools/ |
H A D | prepare_testdata.sh | 33 hdc shell $@
|
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | public_method.py | 51 proc = subprocess.Popen(command, shell=True, stdin=subprocess.PIPE,
|
/test/testfwk/developer_test/local_coverage/restore_comment/ |
H A D | after_lcov_branch.py | 67 shell=True).communicate()
|
H A D | build_before_generate.py | 81 shell=True).communicate()
|
/test/xts/dcts/ability/dmsfwk/dmsfwkstagetestserver/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/communication/dsoftbus/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_store/server/hap/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|
/test/xts/dcts/multimedia/avsessionserver/ |
H A D | hvigorw.bat | 21 @rem Set local scope for the variables with windows NT shell
|