Searched defs:idmap (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/include/utils/
H A DAssetManager.h225 String8 idmap; member in struct:android::AssetManager::asset_path
/frameworks/base/libs/utils/
H A DAssetManager.cpp74 // 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 local
[all...]
H A DResourceTypes.cpp224 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
1807 const void* idmap)
1809 return add(data, size, cookie, NULL, copyData, reinterpret_cast<const Asset*>(idmap));
1812 status_t ResTable::add(Asset* asset, void* cookie, bool copyData, const void* idmap) argument
1820 return add(data, size, cookie, asset, copyData, reinterpret_cast<const Asset*>(idmap));
1848 Asset* asset, bool copyData, const Asset* idmap)
1854 if (idmap != NULL) {
1855 const size_t idmap_size = idmap
1806 add(const void* data, size_t size, void* cookie, bool copyData, const void* idmap) argument
1847 add(const void* data, size_t size, void* cookie, Asset* asset, bool copyData, const Asset* idmap) argument
4433 getIdmapInfo(const void* idmap, size_t sizeBytes, uint32_t* pOriginalCrc, uint32_t* pOverlayCrc) argument
[all...]

Completed in 86 milliseconds