Home
last modified time | relevance | path

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

/build/make/tools/zipalign/
DZipFile.h178 mComment(NULL) in EndOfCentralDir()
181 delete[] mComment; in ~EndOfCentralDir()
195 uint8_t* mComment; variable
DZipFile.cpp1371 assert(mComment == NULL); in readBuf()
1400 mComment = new uint8_t[mCommentLen]; in readBuf()
1401 memcpy(mComment, buf + kEOCDLen, mCommentLen); in readBuf()
1428 assert(mComment != NULL); in write()
1429 if (fwrite(mComment, mCommentLen, 1, fp) != mCommentLen) { in write()