Home | History | Annotate | Download | only in aapt

Lines Matching refs:mComment

1223     assert(mComment == NULL);
1252 mComment = new unsigned char[mCommentLen];
1253 memcpy(mComment, buf + kEOCDLen, mCommentLen);
1278 assert(mComment != NULL);
1279 if (fwrite(mComment, mCommentLen, 1, fp) != mCommentLen)