OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_call_adb
(Results
1 - 1
of
1
) sorted by null
/frameworks/compile/libbcc/gdb_plugin/
android-commands.py
158
def
_call_adb
(self, *args):
member in class:ADB
174
return self.
_call_adb
(*args)
248
raw_output = self.
_call_adb
("devices").split()
279
return self.
_call_adb
(*["shell", "getprop"]).split('\n')
281
return str(self.
_call_adb
(*["shell", "getprop",
286
self.
_call_adb
(*["push", source, destination])
290
self.
_call_adb
(*["forward", source, destination])
299
self.
_call_adb
(*["pull", remote_path, local_path])
Completed in 68 milliseconds