Home
last modified time | relevance | path

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

/dalvik/libdex/
DZipArchive.c89 static unsigned int computeHash(const char* str, int len) in computeHash() function
307 hash = computeHash((const char*)ptr + kCDELen, fileNameLen); in parseZipArchive()
417 unsigned int hash = computeHash(entryName, nameLen); in dexZipFindEntry()