Home
last modified time | relevance | path

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

/build/make/tools/ziptime/
DZipFile.cpp109 ZipEntry::getLongLE(&buf[i]) == EndOfCentralDir::kSignature) in rewriteCentralDir()
167 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) { in rewriteCentralDir()
199 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) in readBuf()
206 mCentralDirOffset = ZipEntry::getLongLE(&buf[0x10]); in readBuf()
DZipEntry.cpp91 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in rewrite()
129 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in rewrite()
140 mLocalHeaderRelOffset = ZipEntry::getLongLE(&buf[0x2a]); in rewrite()
DZipEntry.h56 static inline uint32_t getLongLE(const uint8_t* buf) { in getLongLE() function
/build/make/tools/zipalign/
DZipEntry.cpp413 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in read()
424 mCRC32 = ZipEntry::getLongLE(&buf[0x0e]); in read()
425 mCompressedSize = ZipEntry::getLongLE(&buf[0x12]); in read()
426 mUncompressedSize = ZipEntry::getLongLE(&buf[0x16]); in read()
549 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in read()
561 mCRC32 = ZipEntry::getLongLE(&buf[0x10]); in read()
562 mCompressedSize = ZipEntry::getLongLE(&buf[0x14]); in read()
563 mUncompressedSize = ZipEntry::getLongLE(&buf[0x18]); in read()
569 mExternalAttrs = ZipEntry::getLongLE(&buf[0x26]); in read()
570 mLocalHeaderRelOffset = ZipEntry::getLongLE(&buf[0x2a]); in read()
DZipEntry.h116 static inline uint32_t getLongLE(const uint8_t* buf) { in getLongLE() function
DZipFile.cpp249 ZipEntry::getLongLE(&buf[i]) == EndOfCentralDir::kSignature) in readCentralDir()
327 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) { in readCentralDir()
1353 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) in readBuf()
1360 mCentralDirSize = ZipEntry::getLongLE(&buf[0x0c]); in readBuf()
1361 mCentralDirOffset = ZipEntry::getLongLE(&buf[0x10]); in readBuf()