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

  /build/make/tools/ziptime/
ZipEntry.cpp 142 fileNameLength = ZipEntry::getShortLE(&buf[0x1c]);
143 extraFieldLength = ZipEntry::getShortLE(&buf[0x1e]);
144 fileCommentLength = ZipEntry::getShortLE(&buf[0x20]);
ZipEntry.h 53 static inline uint16_t getShortLE(const uint8_t* buf) {
ZipFile.cpp 227 diskNumber = ZipEntry::getShortLE(&buf[0x04]);
228 diskWithCentralDir = ZipEntry::getShortLE(&buf[0x06]);
229 numEntries = ZipEntry::getShortLE(&buf[0x08]);
230 mTotalNumEntries = ZipEntry::getShortLE(&buf[0x0a]);
  /build/make/tools/zipalign/
ZipEntry.cpp 423 mVersionToExtract = ZipEntry::getShortLE(&buf[0x04]);
424 mGPBitFlag = ZipEntry::getShortLE(&buf[0x06]);
425 mCompressionMethod = ZipEntry::getShortLE(&buf[0x08]);
426 mLastModFileTime = ZipEntry::getShortLE(&buf[0x0a]);
427 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0c]);
431 mFileNameLength = ZipEntry::getShortLE(&buf[0x1a]);
432 mExtraFieldLength = ZipEntry::getShortLE(&buf[0x1c]);
559 mVersionMadeBy = ZipEntry::getShortLE(&buf[0x04]);
560 mVersionToExtract = ZipEntry::getShortLE(&buf[0x06]);
561 mGPBitFlag = ZipEntry::getShortLE(&buf[0x08])
    [all...]
ZipEntry.h 113 static inline uint16_t getShortLE(const uint8_t* buf) {
ZipFile.cpp     [all...]
  /frameworks/base/tools/aapt/
ZipEntry.cpp 404 mVersionToExtract = ZipEntry::getShortLE(&buf[0x04]);
405 mGPBitFlag = ZipEntry::getShortLE(&buf[0x06]);
406 mCompressionMethod = ZipEntry::getShortLE(&buf[0x08]);
407 mLastModFileTime = ZipEntry::getShortLE(&buf[0x0a]);
408 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0c]);
412 mFileNameLength = ZipEntry::getShortLE(&buf[0x1a]);
413 mExtraFieldLength = ZipEntry::getShortLE(&buf[0x1c]);
540 mVersionMadeBy = ZipEntry::getShortLE(&buf[0x04]);
541 mVersionToExtract = ZipEntry::getShortLE(&buf[0x06]);
542 mGPBitFlag = ZipEntry::getShortLE(&buf[0x08])
    [all...]
ZipEntry.h 117 static inline unsigned short getShortLE(const unsigned char* buf) {
ZipFile.cpp     [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 204 milliseconds