Home | History | Annotate | Download | only in defcontainer

Lines Matching refs:resFile

368         final File resFile = new File(newCachePath, resFileName);
369 if (FileUtils.copyFile(new File(codePath), resFile)) {
371 Slog.i(TAG, "Copied " + codePath + " to " + resFile);
374 Slog.e(TAG, "Failed to copy " + codePath + " to " + resFile);
381 Libcore.os.chmod(resFile.getAbsolutePath(), 0640);
391 PackageHelper.extractPublicFiles(resFile.getAbsolutePath(), publicZipFile);