Searched defs:kLFHSignature (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/utils/
H A DZipFileRO.cpp46 #define kLFHSignature 0x04034b50 macro
159 * signature for the first file (kLFHSignature) or, if the archive doesn't
167 } else if (val != kLFHSignature) {
254 if (get4LE(localHdr) != kLFHSignature) {

Completed in 4 milliseconds