Home
last modified time | relevance | path

Searched refs:bootloader (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DFlashingResourceUtil.java84 File bootloader = in setUpFlashingResources() local
86 handleBootloader(info, bootloader, flashingResourcesParser); in setUpFlashingResources()
114 IBuildInfo info, File bootloader, IFlashingResourcesParser flashingResourcesParser) { in handleBootloader() argument
115 if (bootloader == null) { in handleBootloader()
119 CLog.d("Bootloader from file: %s with version: %s", bootloader, buildId); in handleBootloader()
120 info.setFile(BuildInfoKey.BuildInfoFileKey.BOOTLOADER_IMAGE, bootloader, buildId); in handleBootloader()
123 .put(BuildInfoKey.BuildInfoFileKey.BOOTLOADER_IMAGE.getFileKey(), bootloader); in handleBootloader() local
/tools/tradefederation/core/javatests/com/android/tradefed/util/image/
DDeviceImageTrackerTest.java57 File bootloader = FileUtil.createTempFile("cache-bootloader", ".zip"); in testCache() local
61 "serial", deviceImage, bootloader, baseband, "8888", "branch", "flavor"); in testCache()
68 FileUtil.deleteFile(bootloader); in testCache()
/tools/treble/vf/
Dmerge.sh66 cp ${VENDOR_DIR}/bootloader.img ${DIST_DIR}/bootloader.img
/tools/tradefederation/core/src/com/android/tradefed/util/image/
DDeviceImageTracker.java129 File bootloader, in trackUpdatedDeviceImage() argument
134 if (bootloader == null) { in trackUpdatedDeviceImage()
158 FileUtil.hardlinkFile(bootloader, copyInCacheBootloader); in trackUpdatedDeviceImage()
DIncrementalImageUtil.java163 File bootloader = null; in initialize() local
167 bootloader = copyImage(tracker.zippedBootloaderImage); in initialize()
176 FileUtil.deleteFile(bootloader); in initialize()
186 bootloader, in initialize()
197 File bootloader, in IncrementalImageUtil() argument
205 mSrcBootloader = bootloader; in IncrementalImageUtil()
576 boolean forceFlashing, File bootloader, File baseband) in attemptBootloaderAndRadioFlashing() argument
579 if (bootloader == null) { in attemptBootloaderAndRadioFlashing()
586 "flash", "bootloader", bootloader.getAbsolutePath()); in attemptBootloaderAndRadioFlashing()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java1472 Set<String> bootloader = new HashSet<>(); in run() local
1478 bootloader.add(entry.getKey()); in run()
1481 mManagedDeviceList.updateFastbootStates(bootloader, false); in run()