Searched defs:outZipStream (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java297 ZipOutputStream outZipStream) throws IOException {
309 outZipStream.putNextEntry(newEntry);
314 outZipStream.write(buffer, 0, num);
316 outZipStream.flush();
296 copyZipEntry(ZipEntry zipEntry, ZipFile inZipFile, ZipOutputStream outZipStream) argument

Completed in 100 milliseconds