Searched refs:mFileComment (Results 1 – 4 of 4) sorted by relevance
133 strcpy((char*) mCDE.mFileComment, comment); in initNew()527 assert(mFileComment == NULL); in read()590 mFileComment = new unsigned char[mFileCommentLength+1]; in read()591 if (mFileComment == NULL) { in read()600 mFileComment[mFileCommentLength] = '\0'; in read()676 if (mFileComment != NULL) in dump()677 ALOGD(" comment: '%s'\n", mFileComment); in dump()691 delete[] mFileComment; in operator =()721 if (mFileComment != NULL) in operator =()722 strcpy((char*)mFileComment, (char*)src.mFileComment); in operator =()[all …]
291 mFileComment(NULL) in CentralDirEntry()296 delete[] mFileComment; in ~CentralDirEntry()323 unsigned char* mFileComment; variable
133 mCDE.mFileComment = new uint8_t[mCDE.mFileCommentLength+1]; in initNew()135 strcpy((char*) mCDE.mFileComment, comment); in initNew()161 mCDE.mFileComment = new uint8_t[mCDE.mFileCommentLength+1]; in initFromExternal()162 if (mCDE.mFileComment == NULL) in initFromExternal()164 strcpy((char*) mCDE.mFileComment, (char*)pEntry->mCDE.mFileComment); in initFromExternal()546 assert(mFileComment == NULL); in read()609 mFileComment = new uint8_t[mFileCommentLength+1]; in read()610 if (mFileComment == NULL) { in read()619 mFileComment[mFileCommentLength] = '\0'; in read()695 if (mFileComment != NULL) in dump()[all …]
292 mFileComment(NULL) in CentralDirEntry()297 delete[] mFileComment; in ~CentralDirEntry()322 uint8_t* mFileComment; variable