Searched refs:vendorBootImg (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/ |
D | GkiDeviceFlashPreparerTest.java | 406 File vendorBootImg = new File(imgDir, "vendor_boot.img"); in testSetup_vendor_img_Success() local 411 FileUtil.writeToFile("123", vendorBootImg); in testSetup_vendor_img_Success() 416 mBuildInfo.setFile("vendor_boot.img", vendorBootImg, "0"); in testSetup_vendor_img_Success() 466 File vendorBootImg = new File(imgDir, "vendor_boot.img"); in testSetup_Success_FromZip() local 470 FileUtil.writeToFile("aaa", vendorBootImg); in testSetup_Success_FromZip() 474 ZipUtil.createZip(List.of(bootImg, vendorBootImg, vendorKernelBootImg, dtboImg), imgZip); in testSetup_Success_FromZip()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | GkiDeviceFlashPreparer.java | 293 File vendorBootImg = in flashGki() local 299 executeFastbootCmd(device, "flash", "vendor_boot", vendorBootImg.getAbsolutePath()); in flashGki()
|