Searched refs:mFastbootFile (Results 1 – 1 of 1) sorted by relevance
179 private File mFastbootFile = new File("fastboot"); field in DeviceManager258 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()