Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java539 public File getFastbootBinary() { in getFastbootBinary() method in TestDeviceOptions
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java489 if (mOptions.getFastbootBinary() != null) { in setOptions()
492 if (".zip".equals(FileUtil.getExtension(mOptions.getFastbootBinary().getName()))) { in setOptions()
497 mOptions.getFastbootBinary(), "unpacked-fastboot"); in setOptions()
514 setFastbootPath(mOptions.getFastbootBinary().getAbsolutePath()); in setOptions()