Searched defs:comment (Results 1 - 1 of 1) sorted by relevance

/build/tools/zipalign/
H A DZipEntry.cpp108 * Initialize a new entry. Pass in the file name and an optional comment.
112 void ZipEntry::initNew(const char* fileName, const char* comment) argument
121 if (comment != NULL)
122 mCDE.mFileCommentLength = strlen(comment);
132 strcpy((char*) mCDE.mFileComment, comment);
605 /* grab comment, if any */
664 /* write comment */
694 ALOGD(" comment: '%s'\n", mFileComment);

Completed in 26 milliseconds