Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java179 private File mFastbootFile = new File("fastboot"); field in DeviceManager
258 if (".zip".equals(FileUtil.getExtension(mFastbootFile.getName()))) { in init()
262 ZipUtil2.extractZipToTemp(mFastbootFile, "unpacked-fastboot"); in init()
1613 if (new File("fastboot").equals(mFastbootFile)) { in getFastbootPath()
1616 return mFastbootFile.getAbsolutePath(); in getFastbootPath()