OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_adb
(Results
1 - 2
of
2
) sorted by null
/sdk/bash_completion/
adb.bash
18
_adb
() {
function
485
complete -F
_adb
adb
487
complete -o nospace -F
_adb
adb
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
adb_install_cert.py
57
def
_adb
(self, *args):
member in class:AndroidCertInstaller
68
return self.
_adb
(*cmd)
170
self.
_adb
('push', self.reformatted_cert_path, '/sdcard/')
186
self.
_adb
('push', self.cert_path, '/sdcard/')
Completed in 613 milliseconds