Searched refs:putLongLE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
H A DZipEntry.cpp473 ZipEntry::putLongLE(&buf[0x00], kSignature);
479 ZipEntry::putLongLE(&buf[0x0e], mCRC32);
480 ZipEntry::putLongLE(&buf[0x12], mCompressedSize);
481 ZipEntry::putLongLE(&buf[0x16], mUncompressedSize);
631 ZipEntry::putLongLE(&buf[0x00], kSignature);
638 ZipEntry::putLongLE(&buf[0x10], mCRC32);
639 ZipEntry::putLongLE(&buf[0x14], mCompressedSize);
640 ZipEntry::putLongLE(&buf[0x18], mUncompressedSize);
646 ZipEntry::putLongLE(&buf[0x26], mExternalAttrs);
647 ZipEntry::putLongLE(
[all...]
H A DZipEntry.h126 static inline void putLongLE(unsigned char* buf, long val) { function in class:android::ZipEntry
H A DZipFile.cpp1266 ZipEntry::putLongLE(&buf[0x00], kSignature);
1271 ZipEntry::putLongLE(&buf[0x0c], mCentralDirSize);
1272 ZipEntry::putLongLE(&buf[0x10], mCentralDirOffset);

Completed in 85 milliseconds