Home
last modified time | relevance | path

Searched refs:computeHash (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/utils/
DZipFileRO.h217 static unsigned int computeHash(const char* str, int len);
/frameworks/native/libs/utils/
DZipFileRO.cpp362 hash = computeHash((const char*)ptr + kCDELen, fileNameLen); in parseZipArchive()
382 /*static*/ unsigned int ZipFileRO::computeHash(const char* str, int len) in computeHash() function in ZipFileRO
425 unsigned int hash = computeHash(fileName, nameLen); in findEntryByName()