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.py611 self.call.device._RunPipedShellCommand(
619 self.call.device._RunPipedShellCommand(
629 (self.call.device._RunPipedShellCommand(
644 (self.call.device._RunPipedShellCommand(
1588 self.device._RunPipedShellCommand('ps | grep foo'))
1597 self.device._RunPipedShellCommand('ps | grep foo')
1607 self.device._RunPipedShellCommand('ps | grep foo')
1617 self.device._RunPipedShellCommand('ps | grep foo')
2909 self.call.device._RunPipedShellCommand(
2918 self.call.device._RunPipedShellCommand('ps | grep -F does.not.match'),
[all …]
Ddevice_utils.py939 output = self._RunPipedShellCommand(
1560 def _RunPipedShellCommand(self, script, **kwargs): member in DeviceUtils
3049 return self._RunPipedShellCommand(
3107 return self._RunPipedShellCommand(
3827 dumpsys_out = self._RunPipedShellCommand(