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

/build/kati/testcase/
H A Dcomment_in_define.mk1 define comment macro
5 a:=$(comment)
8 $(comment)
/build/make/tools/zipalign/
H A DZipEntry.cpp110 * Initialize a new entry. Pass in the file name and an optional comment.
114 void ZipEntry::initNew(const char* fileName, const char* comment) argument
123 if (comment != NULL)
124 mCDE.mFileCommentLength = strlen(comment);
134 assert(comment != NULL);
135 strcpy((char*) mCDE.mFileComment, comment);
607 /* grab comment, if any */
666 /* write comment */
696 ALOGD(" comment: '%s'\n", mFileComment);
/build/tools/zipalign/
H A DZipEntry.cpp110 * Initialize a new entry. Pass in the file name and an optional comment.
114 void ZipEntry::initNew(const char* fileName, const char* comment) argument
123 if (comment != NULL)
124 mCDE.mFileCommentLength = strlen(comment);
134 assert(comment != NULL);
135 strcpy((char*) mCDE.mFileComment, comment);
607 /* grab comment, if any */
666 /* write comment */
696 ALOGD(" comment: '%s'\n", mFileComment);

Completed in 88 milliseconds