Home
last modified time | relevance | path

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

/external/chromium_org/build/android/pylib/device/
Ddevice_utils.py338 code, output = self.old_interface.GetShellCommandStatusAndOutput(
/external/chromium_org/build/android/pylib/
Dandroid_commands.py694 return self.GetShellCommandStatusAndOutput(command, *args, **kw)
727 def GetShellCommandStatusAndOutput(self, command, timeout_time=20, member in AndroidCommands