Searched refs:publicZipFile (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java210 public static int extractPublicFiles(String packagePath, File publicZipFile) argument
215 if (publicZipFile == null) {
219 fstr = new FileOutputStream(publicZipFile);
235 if (publicZipFile != null) {
244 if (publicZipFile != null) {
249 FileUtils.setPermissions(publicZipFile.getAbsolutePath(), FileUtils.S_IRUSR
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java378 File publicZipFile = new File(newCachePath, publicResFileName);
380 PackageHelper.extractPublicFiles(resFile.getAbsolutePath(), publicZipFile);
382 Slog.i(TAG, "Copied resources to " + publicZipFile);
385 Slog.e(TAG, "Could not chown public APK " + publicZipFile.getAbsolutePath() + ": "
392 Libcore.os.chmod(publicZipFile.getAbsolutePath(), 0644);

Completed in 223 milliseconds