Home
last modified time | relevance | path

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

/build/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.cpp95 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in rewrite()
134 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in rewrite()
145 mLocalHeaderRelOffset = ZipEntry::getLongLE(&buf[0x2a]); in rewrite()
DZipEntry.h56 static inline uint32_t getLongLE(const uint8_t* buf) { in getLongLE() function
/build/tools/zipalign/
DZipEntry.cpp415 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in read()
426 mCRC32 = ZipEntry::getLongLE(&buf[0x0e]); in read()
427 mCompressedSize = ZipEntry::getLongLE(&buf[0x12]); in read()
428 mUncompressedSize = ZipEntry::getLongLE(&buf[0x16]); in read()
551 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in read()
563 mCRC32 = ZipEntry::getLongLE(&buf[0x10]); in read()
564 mCompressedSize = ZipEntry::getLongLE(&buf[0x14]); in read()
565 mUncompressedSize = ZipEntry::getLongLE(&buf[0x18]); in read()
571 mExternalAttrs = ZipEntry::getLongLE(&buf[0x26]); in read()
572 mLocalHeaderRelOffset = ZipEntry::getLongLE(&buf[0x2a]); in read()
DZipFile.cpp257 ZipEntry::getLongLE(&buf[i]) == EndOfCentralDir::kSignature) in readCentralDir()
335 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) { in readCentralDir()
1313 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) in readBuf()
1320 mCentralDirSize = ZipEntry::getLongLE(&buf[0x0c]); in readBuf()
1321 mCentralDirOffset = ZipEntry::getLongLE(&buf[0x10]); in readBuf()
DZipEntry.h115 static inline uint32_t getLongLE(const uint8_t* buf) { in getLongLE() function