Home
last modified time | relevance | path

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

/cts/tools/release-parser/src/com/android/cts/releaseparser/
DZipParser.java95 public static File getFilefromZip(ZipFile zipFile, ZipEntry zipEntry) throws IOException { in getFilefromZip() method in ZipParser
147 final File soFile = getFilefromZip(zFile, entry); in parseFileContent()