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

  /frameworks/base/include/utils/
AssetManager.h 225 String8 idmap; member in struct:android::AssetManager::asset_path
  /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...]

Completed in 44 milliseconds