Home
last modified time | relevance | path

Searched refs:idmapPath (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/androidfw/
DAssetManager.cpp243 const String8 idmapPath = idmapPathForPackagePath(packagePath); in addOverlayPath() local
248 if (mAssetPaths[i].idmap == idmapPath) { in addOverlayPath()
255 if ((idmap = openAssetFromFileLocked(idmapPath, Asset::ACCESS_BUFFER)) == NULL) { in addOverlayPath()
256 ALOGW("failed to open idmap file %s\n", idmapPath.string()); in addOverlayPath()
264 ALOGW("failed to read idmap file %s\n", idmapPath.string()); in addOverlayPath()
272 idmapPath.string(), packagePath.string(), overlayPath.string()); in addOverlayPath()
279 if (access(idmapPath.string(), R_OK) != 0) { in addOverlayPath()
280 ALOGW("failed to access file %s: %s\n", idmapPath.string(), strerror(errno)); in addOverlayPath()
291 oap.idmap = idmapPath; in addOverlayPath()
294 targetPath.string(), overlayPath.string(), idmapPath.string()); in addOverlayPath()
/frameworks/base/core/java/android/app/
DResourcesManager.java199 for (String idmapPath : overlayDirs) { in getTopLevelResources()
200 assets.addOverlayPath(idmapPath); in getTopLevelResources()
/frameworks/base/core/java/android/content/res/
DAssetManager.java630 public native final int addOverlayPath(String idmapPath); in addOverlayPath() argument
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp522 jstring idmapPath) in android_content_AssetManager_addOverlayPath() argument
524 ScopedUtfChars idmapPath8(env, idmapPath); in android_content_AssetManager_addOverlayPath()