Home
last modified time | relevance | path

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

/build/make/tools/zipalign/
DZipFile.h176 mComment(NULL) in EndOfCentralDir()
179 delete[] mComment; in ~EndOfCentralDir()
193 uint8_t* mComment; variable
DZipFile.cpp1325 assert(mComment == NULL); in readBuf()
1354 mComment = new uint8_t[mCommentLen]; in readBuf()
1355 memcpy(mComment, buf + kEOCDLen, mCommentLen); in readBuf()
1380 assert(mComment != NULL); in write()
1381 if (fwrite(mComment, mCommentLen, 1, fp) != mCommentLen) in write()