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

  /frameworks/base/include/utils/
AssetManager.h 274 bool getZipEntryCrcLocked(const String8& zipPath, const char* entryFilename, uint32_t* pCrc);
  /frameworks/base/libs/utils/
AssetManager.cpp 255 if (!getZipEntryCrcLocked(originalPath, "resources.arsc", &actualOriginalCrc)) {
258 if (!getZipEntryCrcLocked(overlayPath, "resources.arsc", &actualOverlayCrc)) {
264 bool AssetManager::getZipEntryCrcLocked(const String8& zipPath, const char* entryFilename,
309 if (!getZipEntryCrcLocked(originalPath, "resources.arsc", &originalCrc)) {
313 if (!getZipEntryCrcLocked(overlayPath, "resources.arsc", &overlayCrc)) {
    [all...]

Completed in 1176 milliseconds