Home
last modified time | relevance | path

Searched refs:shell (Results 1 - 25 of 38) sorted by relevance

12

/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddevices.py130 if subprocess.call(command, shell=True, timeout=timeout) == 0:
146 shell=True)
174 self.shell('rm -rf %s' % self.test_path)
175 self.shell('mkdir -p %s' % self.test_path)
176 self.shell('chmod 777 -R %s' % self.test_path)
177 self.shell("mount -o rw,remount,rw /%s" % "system")
180 self.shell("svc power stayon true")
183 self.shell("input keyevent 82")
184 self.shell("wm dismiss-keyguard")
213 self.shell("sv
219 def shell(self, command=""): global() member in DeviceShell
[all...]
H A Ddrivers.py85 device.shell(
91 process = subprocess.Popen("tar -zxf %s -C %s" % (tar_path, cxx_cov_path), shell=True)
96 (tar_path, cxx_cov_path), shell=True)
97 subprocess.Popen("rm -rf %s" % tar_path, shell=True)
164 self.device.shell(sh_command)
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py83 process = subprocess.Popen(cmd, stdout=pipe, shell=False,
126 shell=False)
129 stdout=subprocess.PIPE, shell=False)
134 shell=False)
138 shell=False)
141 stdout=subprocess.PIPE, shell=False)
145 shell=False)
149 shell=False)
152 stdout=subprocess.PIPE, shell=False)
167 Executes commands in a new shell
[all...]
/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/xts/tools/lite/reliability/
H A Dutils.py46 stderr=subprocess.PIPE, shell=False,
50 stderr=subprocess.PIPE, 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
/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)
/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)
/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
/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

Completed in 8 milliseconds

12