Home
last modified time | relevance | path

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

/build/make/tools/ziptime/
DZipFile.cpp123 ZipEntry::getLongLE(&buf[i]) == EndOfCentralDir::kSignature) in rewriteCentralDir()
189 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) { in rewriteCentralDir()
224 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) in readBuf()
231 mCentralDirOffset = ZipEntry::getLongLE(&buf[0x10]); in readBuf()
DZipEntry.cpp94 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in rewrite()
132 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in rewrite()
143 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.cpp417 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in read()
428 mCRC32 = ZipEntry::getLongLE(&buf[0x0e]); in read()
429 mCompressedSize = ZipEntry::getLongLE(&buf[0x12]); in read()
430 mUncompressedSize = ZipEntry::getLongLE(&buf[0x16]); in read()
553 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in read()
565 mCRC32 = ZipEntry::getLongLE(&buf[0x10]); in read()
566 mCompressedSize = ZipEntry::getLongLE(&buf[0x14]); in read()
567 mUncompressedSize = ZipEntry::getLongLE(&buf[0x18]); in read()
573 mExternalAttrs = ZipEntry::getLongLE(&buf[0x26]); in read()
574 mLocalHeaderRelOffset = ZipEntry::getLongLE(&buf[0x2a]); in read()
DZipFile.cpp256 ZipEntry::getLongLE(&buf[i]) == EndOfCentralDir::kSignature) in readCentralDir()
334 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) { in readCentralDir()
1335 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) in readBuf()
1342 mCentralDirSize = ZipEntry::getLongLE(&buf[0x0c]); in readBuf()
1343 mCentralDirOffset = ZipEntry::getLongLE(&buf[0x10]); in readBuf()
DZipEntry.h116 static inline uint32_t getLongLE(const uint8_t* buf) { in getLongLE() function