Searched refs:mUnpackedFastboot (Results 1 – 1 of 1) sorted by relevance
186 private File mUnpackedFastboot = null; field in DeviceManager258 mUnpackedFastboot = FileUtil.findFile(mUnpackedFastbootDir, "fastboot"); in init()1499 if (mUnpackedFastboot != null) { in getFastbootPath()1500 return mUnpackedFastboot.getAbsolutePath(); in getFastbootPath()