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

  /build/make/tools/zipalign/
ZipEntry.cpp 475 ZipEntry::putLongLE(&buf[0x00], kSignature);
481 ZipEntry::putLongLE(&buf[0x0e], mCRC32);
482 ZipEntry::putLongLE(&buf[0x12], mCompressedSize);
483 ZipEntry::putLongLE(&buf[0x16], mUncompressedSize);
633 ZipEntry::putLongLE(&buf[0x00], kSignature);
640 ZipEntry::putLongLE(&buf[0x10], mCRC32);
641 ZipEntry::putLongLE(&buf[0x14], mCompressedSize);
642 ZipEntry::putLongLE(&buf[0x18], mUncompressedSize);
648 ZipEntry::putLongLE(&buf[0x26], mExternalAttrs);
649 ZipEntry::putLongLE(&buf[0x2a], mLocalHeaderRelOffset)
    [all...]
ZipEntry.h 123 static inline void putLongLE(uint8_t* buf, uint32_t val) {
ZipFile.cpp     [all...]
  /frameworks/base/tools/aapt/
ZipEntry.cpp 456 ZipEntry::putLongLE(&buf[0x00], kSignature);
462 ZipEntry::putLongLE(&buf[0x0e], mCRC32);
463 ZipEntry::putLongLE(&buf[0x12], mCompressedSize);
464 ZipEntry::putLongLE(&buf[0x16], mUncompressedSize);
614 ZipEntry::putLongLE(&buf[0x00], kSignature);
621 ZipEntry::putLongLE(&buf[0x10], mCRC32);
622 ZipEntry::putLongLE(&buf[0x14], mCompressedSize);
623 ZipEntry::putLongLE(&buf[0x18], mUncompressedSize);
629 ZipEntry::putLongLE(&buf[0x26], mExternalAttrs);
630 ZipEntry::putLongLE(&buf[0x2a], mLocalHeaderRelOffset)
    [all...]
ZipEntry.h 127 static inline void putLongLE(unsigned char* buf, long val) {
ZipFile.cpp     [all...]

Completed in 1464 milliseconds