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

  /frameworks/base/core/tests/overlaytests/
runtests.sh 45 $adb shell rm /data/resource-cache/vendor@overlay@framework@framework-res.apk@idmap
  /frameworks/base/libs/utils/
AssetManager.cpp 74 // Transform string /a/b/c.apk to /data/resource-cache/a@b@c.apk@idmap
97 path.append("@idmap");
194 oap.idmap = idmapPathForPackagePath(overlayPath);
196 if (isIdmapStaleLocked(ap.path, oap.path, oap.idmap)) {
197 addOverlay = createIdmapFileLocked(ap.path, oap.path, oap.idmap);
217 return true; // non-existing idmap is always stale
320 LOGW("failed to generate idmap data for file %s\n", idmapPath.string());
329 LOGW("failed to write idmap file %s (open: %s)\n", idmapPath.string(), strerror(errno));
335 LOGW("failed to write idmap file %s (write: %s)\n", idmapPath.string(),
623 Asset* idmap = openIdmapLocked(ap) local
    [all...]
ResourceTypes.cpp 224 LOGW("idmap assertion failed: size=%d bytes\n", sizeBytes);
228 LOGW("idmap assertion failed: invalid magic found (is 0x%08x, expected 0x%08x)\n",
244 const uint32_t type = Res_GETTYPE(key) + 1; // add one, idmap stores "public" type id
    [all...]
  /frameworks/base/include/utils/
AssetManager.h 225 String8 idmap; member in struct:android::AssetManager::asset_path
ResourceTypes.h     [all...]

Completed in 338 milliseconds