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

  /frameworks/base/include/androidfw/
AssetManager.h 226 String8 idmap; member in struct:android::AssetManager::asset_path
  /external/regex-re2/re2/
onepass.cc 557 map<int, int> idmap; local
560 idmap[nodebyid[i]] = i;
586 idmap[node->action[i] >> kIndexShift]);
  /frameworks/base/libs/androidfw/
AssetManager.cpp 86 // Transform string /a/b/c.apk to /data/resource-cache/a@b@c.apk@idmap
109 path.append("@idmap");
224 oap.idmap = idmapPathForPackagePath(overlayPath);
226 if (isIdmapStaleLocked(ap.path, oap.path, oap.idmap)) {
227 addOverlay = createIdmapFileLocked(ap.path, oap.path, oap.idmap);
247 return true; // non-existing idmap is always stale
350 ALOGW("failed to generate idmap data for file %s\n", idmapPath.string());
359 ALOGW("failed to write idmap file %s (open: %s)\n", idmapPath.string(), strerror(errno));
365 ALOGW("failed to write idmap file %s (write: %s)\n", idmapPath.string(),
654 Asset* idmap = openIdmapLocked(ap) local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 

Completed in 42 milliseconds