HomeSort by relevance Sort by last modified time
    Searched refs:idmapPath (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/app/
ResourcesManager.java 199 for (String idmapPath : overlayDirs) {
200 assets.addOverlayPath(idmapPath);
  /frameworks/base/libs/androidfw/
AssetManager.cpp 243 const String8 idmapPath = idmapPathForPackagePath(packagePath);
248 if (mAssetPaths[i].idmap == idmapPath) {
255 if ((idmap = openAssetFromFileLocked(idmapPath, Asset::ACCESS_BUFFER)) == NULL) {
256 ALOGW("failed to open idmap file %s\n", idmapPath.string());
264 ALOGW("failed to read idmap file %s\n", idmapPath.string());
272 idmapPath.string(), packagePath.string(), overlayPath.string());
279 if (access(idmapPath.string(), R_OK) != 0) {
280 ALOGW("failed to access file %s: %s\n", idmapPath.string(), strerror(errno));
291 oap.idmap = idmapPath;
293 ALOGD("Overlay added: targetPath=%s overlayPath=%s idmapPath=%s\n"
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java 630 public native final int addOverlayPath(String idmapPath);
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 522 jstring idmapPath)
524 ScopedUtfChars idmapPath8(env, idmapPath);
    [all...]

Completed in 445 milliseconds