OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_jar_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/build/android/pylib/uiautomator/
test_package.py
19
self.
_jar_path
= jar_path
23
return os.path.basename(self.
_jar_path
)
27
adb.PushIfNeeded(self.
_jar_path
, constants.TEST_EXECUTABLE_DIR)
/external/chromium_org/build/android/pylib/instrumentation/
test_jar.py
43
self.
_jar_path
= jar_path
45
self._pickled_proguard_name = self.
_jar_path
+ '-proguard.pickle'
53
os.path.getmtime(self.
_jar_path
))):
69
'-injars', self.
_jar_path
,
Completed in 159 milliseconds