Lines Matching refs:File
38 import java.io.File;
73 private File mUnsparseSystemImage;
88 File imgs = ((IDeviceBuildInfo) buildInfo).getDeviceImageFile(); in testDSU()
90 File otaTools = buildInfo.getFile("otatools.zip"); in testDSU()
91 File tempdir = ZipUtil2.extractZipToTemp(otaTools, "otatools"); in testDSU()
92 File system = ZipUtil2.extractFileFromZip(new ZipFile(imgs), "system.img"); in testDSU()
94 File superImg = ZipUtil2.extractFileFromZip(new ZipFile(imgs), "super.img"); in testDSU()
95 String lpunpackPath = new File(tempdir, LPUNPACK_PATH).getAbsolutePath(); in testDSU()
101 mSystemImagePath = new File(outputDir, "system_a.img").getAbsolutePath(); in testDSU()
114 simg2imgPath = new File(tempdir, SIMG2IMG_PATH).getAbsolutePath(); in testDSU()
116 File gsi = new File(mSystemImagePath); in testDSU()
122 mUnsparseSystemImage = new File(mSystemImagePath + ".raw"); in testDSU()