OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_target_arg
(Results
1 - 1
of
1
) sorted by null
/development/testrunner/
adb_interface.py
38
_target_arg
= ""
variable in class:AdbInterface
44
self.
_target_arg
= "-e"
48
self.
_target_arg
= "-d"
52
self.
_target_arg
= "-s %s" % serial
69
adb_cmd = "adb %s %s" % (self.
_target_arg
, command_string)
280
return "adb %s shell %s" % (self.
_target_arg
, cmd)
Completed in 2337 milliseconds