Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/util/
DDeviceActionUtil.java207 adbFile = findExecutableOnPath("adb"); in getAdb()
214 return findExecutableOnPath("aapt2"); in getAapt()
235 private static File findExecutableOnPath(String name) throws DeviceActionConfigError { in findExecutableOnPath() method in DeviceActionUtil