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

  /dalvik/libdex/
ZipArchive.cpp 42 #define kEOCDSize 12 // size of the central directory
187 u4 dirSize = get4LE(eocdPtr + kEOCDSize);
  /frameworks/native/libs/utils/
ZipFileRO.cpp 74 #define kEOCDSize 12 // size of the central directory
287 unsigned int dirSize = get4LE(eocdPtr + kEOCDSize);

Completed in 383 milliseconds