HomeSort by relevance Sort by last modified time
    Searched refs:putLongLE (Results 1 - 3 of 3) 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...]

Completed in 396 milliseconds