Lines Matching refs:File
38 import java.io.File;
68 private File mUnsparseSystemImage;
82 File imgs = ((IDeviceBuildInfo) buildInfo).getDeviceImageFile(); in testDSU()
84 File otaTools = buildInfo.getFile("otatools.zip"); in testDSU()
85 File tempdir = ZipUtil2.extractZipToTemp(otaTools, "otatools"); in testDSU()
86 File system = ZipUtil2.extractFileFromZip(new ZipFile(imgs), "system.img"); in testDSU()
88 File superImg = ZipUtil2.extractFileFromZip(new ZipFile(imgs), "super.img"); in testDSU()
89 String lpunpackPath = new File(tempdir, LPUNPACK_PATH).getAbsolutePath(); in testDSU()
95 mSystemImagePath = new File(outputDir, "system_a.img").getAbsolutePath(); in testDSU()
108 simg2imgPath = new File(tempdir, SIMG2IMG_PATH).getAbsolutePath(); in testDSU()
110 File gsi = new File(mSystemImagePath); in testDSU()
116 mUnsparseSystemImage = new File(mSystemImagePath + ".raw"); in testDSU()