HomeSort by relevance Sort by last modified time
    Searched refs:mFileComment (Results 1 - 2 of 2) sorted by null

  /build/make/tools/zipalign/
ZipEntry.cpp 133 mCDE.mFileComment = new uint8_t[mCDE.mFileCommentLength+1];
135 strcpy((char*) mCDE.mFileComment, comment);
161 mCDE.mFileComment = new uint8_t[mCDE.mFileCommentLength+1];
162 if (mCDE.mFileComment == NULL)
164 strcpy((char*) mCDE.mFileComment, (char*)pEntry->mCDE.mFileComment);
546 assert(mFileComment == NULL);
609 mFileComment = new uint8_t[mFileCommentLength+1];
610 if (mFileComment == NULL) {
614 if (fread(mFileComment, 1, mFileCommentLength, fp) != mFileCommentLength
    [all...]
ZipEntry.h 292 mFileComment(NULL)
297 delete[] mFileComment;
322 uint8_t* mFileComment;

Completed in 211 milliseconds