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

  /build/make/tools/ziptime/
ZipEntry.cpp 95 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) {
134 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) {
145 mLocalHeaderRelOffset = ZipEntry::getLongLE(&buf[0x2a]);
ZipEntry.h 56 static inline uint32_t getLongLE(const uint8_t* buf) {
ZipFile.cpp 123 ZipEntry::getLongLE(&buf[i]) == EndOfCentralDir::kSignature)
189 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) {
224 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature)
231 mCentralDirOffset = ZipEntry::getLongLE(&buf[0x10]);
  /build/make/tools/zipalign/
ZipEntry.cpp 417 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) {
428 mCRC32 = ZipEntry::getLongLE(&buf[0x0e]);
429 mCompressedSize = ZipEntry::getLongLE(&buf[0x12]);
430 mUncompressedSize = ZipEntry::getLongLE(&buf[0x16]);
553 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) {
565 mCRC32 = ZipEntry::getLongLE(&buf[0x10]);
566 mCompressedSize = ZipEntry::getLongLE(&buf[0x14]);
567 mUncompressedSize = ZipEntry::getLongLE(&buf[0x18]);
573 mExternalAttrs = ZipEntry::getLongLE(&buf[0x26]);
574 mLocalHeaderRelOffset = ZipEntry::getLongLE(&buf[0x2a])
    [all...]
ZipEntry.h 116 static inline uint32_t getLongLE(const uint8_t* buf) {
ZipFile.cpp 257 ZipEntry::getLongLE(&buf[i]) == EndOfCentralDir::kSignature)
335 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) {
    [all...]
  /frameworks/base/tools/aapt/
ZipEntry.cpp 398 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) {
409 mCRC32 = ZipEntry::getLongLE(&buf[0x0e]);
410 mCompressedSize = ZipEntry::getLongLE(&buf[0x12]);
411 mUncompressedSize = ZipEntry::getLongLE(&buf[0x16]);
534 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) {
546 mCRC32 = ZipEntry::getLongLE(&buf[0x10]);
547 mCompressedSize = ZipEntry::getLongLE(&buf[0x14]);
548 mUncompressedSize = ZipEntry::getLongLE(&buf[0x18]);
554 mExternalAttrs = ZipEntry::getLongLE(&buf[0x26]);
555 mLocalHeaderRelOffset = ZipEntry::getLongLE(&buf[0x2a])
    [all...]
ZipEntry.h 120 static inline unsigned long getLongLE(const unsigned char* buf) {
ZipFile.cpp 254 ZipEntry::getLongLE(&buf[i]) == EndOfCentralDir::kSignature)
332 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) {
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.6.Final/
netty-buffer-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.3.Final/
netty-buffer-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 

Completed in 407 milliseconds