Searched refs:mFileCommentLength (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DZipEntry.cpp122 mCDE.mFileCommentLength = strlen(comment);
129 if (mCDE.mFileCommentLength > 0) {
131 mCDE.mFileComment = new unsigned char[mCDE.mFileCommentLength+1];
158 if (mCDE.mFileCommentLength > 0) {
159 mCDE.mFileComment = new unsigned char[mCDE.mFileCommentLength+1];
568 mFileCommentLength = ZipEntry::getShortLE(&buf[0x20]);
606 if (mFileCommentLength != 0) {
607 mFileComment = new unsigned char[mFileCommentLength+1];
612 if (fread(mFileComment, 1, mFileCommentLength, fp) != mFileCommentLength)
[all...]
H A DZipEntry.h283 mFileCommentLength(0),
313 unsigned short mFileCommentLength; member in class:android::ZipEntry::CentralDirEntry

Completed in 47 milliseconds