Home
last modified time | relevance | path

Searched refs:_RunPipedShellCommand (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py486 self.call.device._RunPipedShellCommand(
495 self.call.device._RunPipedShellCommand(
507 self.call.device._RunPipedShellCommand(
516 self.call.device._RunPipedShellCommand(
1218 self.device._RunPipedShellCommand('ps | grep foo'))
1227 self.device._RunPipedShellCommand('ps | grep foo')
1237 self.device._RunPipedShellCommand('ps | grep foo')
1247 self.device._RunPipedShellCommand('ps | grep foo')
2536 self.call.device._RunPipedShellCommand(
2544 self.call.device._RunPipedShellCommand('ps | grep -F does.not.match'),
[all …]
Ddevice_utils.py720 output = self._RunPipedShellCommand(
1173 def _RunPipedShellCommand(self, script, **kwargs): member in DeviceUtils
2451 return self._RunPipedShellCommand(
2508 return self._RunPipedShellCommand(
3015 dumpsys_out = self._RunPipedShellCommand(