Searched refs:jos (Results 1 – 2 of 2) sorted by relevance
239 JarOutputStream jos = new JarOutputStream(new FileOutputStream(inputJar)); in exportReleaseApk() local247 addFileToJar(jos, root, root); in exportReleaseApk()252 jos.close(); in exportReleaseApk()
866 JarOutputStream jos = null; in writeLibraryPackage() local872 jos = new JarOutputStream( in writeLibraryPackage()875 JarBuilder jarBuilder = new JarBuilder(jos, appPackage); in writeLibraryPackage()887 if (jos != null) { in writeLibraryPackage()889 jos.close(); in writeLibraryPackage()