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

  /frameworks/base/tools/aapt/
ZipEntry.cpp 123 mCDE.mFileCommentLength = strlen(comment);
130 if (mCDE.mFileCommentLength > 0) {
132 mCDE.mFileComment = new unsigned char[mCDE.mFileCommentLength+1];
151 (mCDE.mFileCommentLength > 0 && mCDE.mFileComment == NULL) ||
551 mFileCommentLength = ZipEntry::getShortLE(&buf[0x20]);
589 if (mFileCommentLength != 0) {
590 mFileComment = new unsigned char[mFileCommentLength+1];
595 if (fread(mFileComment, 1, mFileCommentLength, fp) != mFileCommentLength)
600 mFileComment[mFileCommentLength] = '\0'
    [all...]
ZipEntry.h 284 mFileCommentLength(0),
316 unsigned short mFileCommentLength;
  /build/make/tools/zipalign/
ZipEntry.cpp 124 mCDE.mFileCommentLength = strlen(comment);
131 if (mCDE.mFileCommentLength > 0) {
133 mCDE.mFileComment = new uint8_t[mCDE.mFileCommentLength+1];
160 if (mCDE.mFileCommentLength > 0) {
161 mCDE.mFileComment = new uint8_t[mCDE.mFileCommentLength+1];
570 mFileCommentLength = ZipEntry::getShortLE(&buf[0x20]);
608 if (mFileCommentLength != 0) {
609 mFileComment = new uint8_t[mFileCommentLength+1];
614 if (fread(mFileComment, 1, mFileCommentLength, fp) != mFileCommentLength)
    [all...]
ZipEntry.h 285 mFileCommentLength(0),
315 uint16_t mFileCommentLength;

Completed in 44 milliseconds