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

/frameworks/base/tools/aapt/
H A DZipEntry.cpp131 mCDE.mFileComment = new unsigned char[mCDE.mFileCommentLength+1];
132 strcpy((char*) mCDE.mFileComment, comment);
159 mCDE.mFileComment = new unsigned char[mCDE.mFileCommentLength+1];
160 if (mCDE.mFileComment == NULL)
162 strcpy((char*) mCDE.mFileComment, (char*)pEntry->mCDE.mFileComment);
544 assert(mFileComment == NULL);
607 mFileComment = new unsigned char[mFileCommentLength+1];
608 if (mFileComment == NULL) {
612 if (fread(mFileComment,
[all...]
H A DZipEntry.h290 mFileComment(NULL)
295 delete[] mFileComment;
320 unsigned char* mFileComment; member in class:android::ZipEntry::CentralDirEntry

Completed in 1175 milliseconds