Searched refs:originalPath (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/include/androidfw/ |
D | AssetManager.h | 267 bool createIdmapFileLocked(const String8& originalPath, const String8& overlayPath, 270 bool isIdmapStaleLocked(const String8& originalPath, const String8& overlayPath,
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 241 bool AssetManager::isIdmapStaleLocked(const String8& originalPath, const String8& overlayPath, in isIdmapStaleLocked() argument 285 if (!getZipEntryCrcLocked(originalPath, "resources.arsc", &actualOriginalCrc)) { in isIdmapStaleLocked() 313 bool AssetManager::createIdmapFileLocked(const String8& originalPath, const String8& overlayPath, in createIdmapFileLocked() argument 317 __FUNCTION__, originalPath.string(), overlayPath.string(), idmapPath.string()); in createIdmapFileLocked() 319 const String8* paths[2] = { &originalPath, &overlayPath }; in createIdmapFileLocked() 339 if (!getZipEntryCrcLocked(originalPath, "resources.arsc", &originalCrc)) { in createIdmapFileLocked() 340 ALOGW("failed to retrieve crc for resources.arsc in %s\n", originalPath.string()); in createIdmapFileLocked()
|