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

/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java357 final File resFile = new File(newCachePath, resFileName);
358 if (FileUtils.copyFile(new File(codePath), resFile)) {
360 Slog.i(TAG, "Copied " + codePath + " to " + resFile);
363 Slog.e(TAG, "Failed to copy " + codePath + " to " + resFile);
370 Libcore.os.chmod(resFile.getAbsolutePath(), 0640);
380 PackageHelper.extractPublicFiles(resFile.getAbsolutePath(), publicZipFile);
/frameworks/base/tools/aapt/
H A DResource.cpp1089 sp<AaptFile> resFile(getResourceFile(assets));
1090 if (resFile == NULL) {
1262 sp<AaptFile> resFile; local
1271 resFile = getResourceFile(assets);
1272 if (resFile == NULL) {
1277 err = table.flatten(bundle, resFile);
1297 finalResTable.add(resFile->getData(), resFile->getSize(), NULL);
1550 if (resFile != NULL) {
1553 err = assets->addIncludedResources(resFile);
[all...]

Completed in 543 milliseconds