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

/build/tools/zipalign/
H A DZipFile.h182 mComment(NULL)
185 delete[] mComment;
199 unsigned char* mComment; member in class:android::ZipFile::EndOfCentralDir
H A DZipFile.cpp1223 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)

Completed in 5 milliseconds