Home
last modified time | relevance | path

Searched refs:getShortLE (Results 1 – 9 of 9) sorted by relevance

/aosp12/build/make/tools/zipalign/
H A DZipEntry.cpp424 mGPBitFlag = ZipEntry::getShortLE(&buf[0x06]); in read()
426 mLastModFileTime = ZipEntry::getShortLE(&buf[0x0a]); in read()
427 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0c]); in read()
431 mFileNameLength = ZipEntry::getShortLE(&buf[0x1a]); in read()
559 mVersionMadeBy = ZipEntry::getShortLE(&buf[0x04]); in read()
561 mGPBitFlag = ZipEntry::getShortLE(&buf[0x08]); in read()
563 mLastModFileTime = ZipEntry::getShortLE(&buf[0x0c]); in read()
564 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0e]); in read()
568 mFileNameLength = ZipEntry::getShortLE(&buf[0x1c]); in read()
571 mDiskNumberStart = ZipEntry::getShortLE(&buf[0x22]); in read()
[all …]
H A DZipFile.cpp1384 mDiskNumber = ZipEntry::getShortLE(&buf[0x04]); in readBuf()
1385 mDiskWithCentralDir = ZipEntry::getShortLE(&buf[0x06]); in readBuf()
1386 mNumEntries = ZipEntry::getShortLE(&buf[0x08]); in readBuf()
1387 mTotalNumEntries = ZipEntry::getShortLE(&buf[0x0a]); in readBuf()
1390 mCommentLen = ZipEntry::getShortLE(&buf[0x14]); in readBuf()
H A DZipEntry.h113 static inline uint16_t getShortLE(const uint8_t* buf) { in getShortLE() function
/aosp12/frameworks/base/tools/aapt/
H A DZipEntry.cpp405 mGPBitFlag = ZipEntry::getShortLE(&buf[0x06]); in read()
407 mLastModFileTime = ZipEntry::getShortLE(&buf[0x0a]); in read()
408 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0c]); in read()
412 mFileNameLength = ZipEntry::getShortLE(&buf[0x1a]); in read()
540 mVersionMadeBy = ZipEntry::getShortLE(&buf[0x04]); in read()
542 mGPBitFlag = ZipEntry::getShortLE(&buf[0x08]); in read()
544 mLastModFileTime = ZipEntry::getShortLE(&buf[0x0c]); in read()
545 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0e]); in read()
549 mFileNameLength = ZipEntry::getShortLE(&buf[0x1c]); in read()
552 mDiskNumberStart = ZipEntry::getShortLE(&buf[0x22]); in read()
[all …]
H A DZipFile.cpp1233 mDiskNumber = ZipEntry::getShortLE(&buf[0x04]); in readBuf()
1234 mDiskWithCentralDir = ZipEntry::getShortLE(&buf[0x06]); in readBuf()
1235 mNumEntries = ZipEntry::getShortLE(&buf[0x08]); in readBuf()
1236 mTotalNumEntries = ZipEntry::getShortLE(&buf[0x0a]); in readBuf()
1239 mCommentLen = ZipEntry::getShortLE(&buf[0x14]); in readBuf()
H A DZipEntry.h117 static inline unsigned short getShortLE(const unsigned char* buf) { in getShortLE() function
/aosp12/build/make/tools/ziptime/
H A DZipFile.cpp227 diskNumber = ZipEntry::getShortLE(&buf[0x04]); in readBuf()
228 diskWithCentralDir = ZipEntry::getShortLE(&buf[0x06]); in readBuf()
229 numEntries = ZipEntry::getShortLE(&buf[0x08]); in readBuf()
230 mTotalNumEntries = ZipEntry::getShortLE(&buf[0x0a]); in readBuf()
H A DZipEntry.cpp140 fileNameLength = ZipEntry::getShortLE(&buf[0x1c]); in rewrite()
141 extraFieldLength = ZipEntry::getShortLE(&buf[0x1e]); in rewrite()
142 fileCommentLength = ZipEntry::getShortLE(&buf[0x20]); in rewrite()
H A DZipEntry.h53 static inline uint16_t getShortLE(const uint8_t* buf) { in getShortLE() function