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.java183 private File mFastbootFile = new File("fastboot"); field in DeviceManager
253 if (".zip".equals(FileUtil.getExtension(mFastbootFile.getName()))) { in init()
257 ZipUtil2.extractZipToTemp(mFastbootFile, "unpacked-fastboot"); in init()
1503 if (new File("fastboot").equals(mFastbootFile)) { in getFastbootPath()
1506 return mFastbootFile.getAbsolutePath(); in getFastbootPath()