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

/frameworks/base/core/java/android/content/res/
H A DAssetManager.java679 public final int addOverlayPath(String idmapPath) { argument
681 int res = addOverlayPathNative(idmapPath);
692 public native final int addOverlayPathNative(String idmapPath); argument
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp231 const String8 idmapPath = idmapPathForPackagePath(packagePath); local
236 if (mAssetPaths[i].idmap == idmapPath) {
243 if ((idmap = openAssetFromFileLocked(idmapPath, Asset::ACCESS_BUFFER)) == NULL) {
244 ALOGW("failed to open idmap file %s\n", idmapPath.string());
252 ALOGW("failed to read idmap file %s\n", idmapPath.string());
260 idmapPath.string(), packagePath.string(), overlayPath.string());
267 if (access(idmapPath.string(), R_OK) != 0) {
268 ALOGW("failed to access file %s: %s\n", idmapPath.string(), strerror(errno));
279 oap.idmap = idmapPath;
281 ALOGD("Overlay added: targetPath=%s overlayPath=%s idmapPath
[all...]
/frameworks/base/core/java/android/app/
H A DResourcesManager.java267 for (final String idmapPath : key.mOverlayDirs) {
268 assets.addOverlayPath(idmapPath);
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp554 jstring idmapPath)
556 ScopedUtfChars idmapPath8(env, idmapPath);
553 android_content_AssetManager_addOverlayPath(JNIEnv* env, jobject clazz, jstring idmapPath) argument

Completed in 451 milliseconds