Lines Matching refs:shell
158 results = dut.shell.Execute("ls " + target_trace_file)
183 def EnableVTSProfiling(self, shell, hal_instrumentation_lib_path=None): argument
204 shell.Execute(
209 shell.Execute("chmod 777 " + TARGET_PROFILING_TRACE_PATH)
211 shell.Execute("setprop hal.instrumentation.lib.path.32 " +
213 shell.Execute("setprop hal.instrumentation.lib.path.64 " +
217 shell.Execute("setprop hal.instrumentation.profile.args true")
219 shell.Execute("setprop hal.instrumentation.profile.args false")
220 shell.Execute("setprop hal.instrumentation.enable true")
222 def DisableVTSProfiling(self, shell): argument
228 shell.Execute("setprop hal.instrumentation.lib.path \"\"")
229 shell.Execute("setprop hal.instrumentation.profile.args \"\"")
230 shell.Execute("setprop hal.instrumentation.enable false")