Home
last modified time | relevance | path

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

/test/vts/testcases/host/firmware_dtbo_test/src/com/android/tests/firmwaredtbo/
DFirmwareDtboVerification.java108 File hostDtboImage = new File(mTemptFolder, "dtbo"); in testCheckDTBOPartition() local
110 mDevice.pullFile(dtboPaths.get(0), hostDtboImage)); in testCheckDTBOPartition()
111 CLog.d("hostDtboImage is %s", hostDtboImage); in testCheckDTBOPartition()
116 String[] cmds = {mkdtboimgBin.getAbsolutePath(), "dump", hostDtboImage.getAbsolutePath(), in testCheckDTBOPartition()
122 decompressDTEntries(hostDtboImage, unpackedDtbo); in testCheckDTBOPartition()
131 private void decompressDTEntries(File hostDtboImage, File unpackedDtbo) in decompressDTEntries() argument
133 try (RandomAccessFile raf = new RandomAccessFile(hostDtboImage, "r")) { in decompressDTEntries()
203 File hostDtboImage = new File(mTemptFolder, "dtbo"); in testVerifyOverlay() local
204 if (!hostDtboImage.exists()) { in testVerifyOverlay()