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

  /frameworks/base/include/androidfw/
AssetManager.h 275 bool getZipEntryCrcLocked(const String8& zipPath, const char* entryFilename, uint32_t* pCrc);
  /frameworks/base/libs/androidfw/
AssetManager.cpp 285 if (!getZipEntryCrcLocked(originalPath, "resources.arsc", &actualOriginalCrc)) {
288 if (!getZipEntryCrcLocked(overlayPath, "resources.arsc", &actualOverlayCrc)) {
294 bool AssetManager::getZipEntryCrcLocked(const String8& zipPath, const char* entryFilename,
339 if (!getZipEntryCrcLocked(originalPath, "resources.arsc", &originalCrc)) {
343 if (!getZipEntryCrcLocked(overlayPath, "resources.arsc", &overlayCrc)) {
    [all...]

Completed in 148 milliseconds