Searched refs:comment_file (Results 1 - 2 of 2) sorted by relevance

/external/jpeg/
H A Dwrjpgcom.c419 FILE * comment_file = NULL; local
442 if ((comment_file = fopen(argv[argn], "r")) == NULL) {
475 if (comment_arg != NULL && comment_file != NULL)
480 if (comment_arg == NULL && comment_file == NULL && argn >= argc)
536 /* Collect comment text from comment_file or stdin, if necessary */
545 src_file = (comment_file != NULL ? comment_file : stdin);
554 if (comment_file != NULL)
555 fclose(comment_file);
/external/v8/tools/
H A Dgrokdump.py1598 self.comment_file = minidump_name + ".comments"
1601 if os.path.exists(self.comment_file):
1602 with open(self.comment_file, "r") as f:
1622 with open(self.comment_file, "a") as f:
1656 with open(self.comment_file, "a") as f:

Completed in 98 milliseconds