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

  /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 182 milliseconds