Searched refs:originalPath (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/include/androidfw/ |
H A 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/ |
H A D | AssetManager.cpp | 242 bool AssetManager::isIdmapStaleLocked(const String8& originalPath, const String8& overlayPath, argument 286 if (!getZipEntryCrcLocked(originalPath, "resources.arsc", &actualOriginalCrc)) { 314 bool AssetManager::createIdmapFileLocked(const String8& originalPath, const String8& overlayPath, argument 317 ALOGD("%s: originalPath=%s overlayPath=%s idmapPath=%s\n", 318 __FUNCTION__, originalPath.string(), overlayPath.string(), idmapPath.string()); 320 const String8* paths[2] = { &originalPath, &overlayPath }; 340 if (!getZipEntryCrcLocked(originalPath, "resources.arsc", &originalCrc)) { 341 ALOGW("failed to retrieve crc for resources.arsc in %s\n", originalPath.string());
|
Completed in 32 milliseconds