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