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

  /frameworks/native/libs/utils/
ZipFileRO.cpp 49 #define kEOCDSignature 0x06054b50
198 if (header == kEOCDSignature) {
244 if (scanBuf[i] == 0x50 && get4LE(&scanBuf[i]) == kEOCDSignature) {
  /dalvik/libdex/
ZipArchive.cpp 39 #define kEOCDSignature 0x06054b50
167 if (scanBuf[i] == 0x50 && get4LE(&scanBuf[i]) == kEOCDSignature) {

Completed in 41 milliseconds