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