Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dwrjpgcom.c412 FILE * comment_file = NULL; in main() local
435 if ((comment_file = fopen(argv[argn], "r")) == NULL) { in main()
483 if (comment_arg != NULL && comment_file != NULL) in main()
488 if (comment_arg == NULL && comment_file == NULL && argn >= argc) in main()
553 src_file = (comment_file != NULL ? comment_file : stdin); in main()
562 if (comment_file != NULL) in main()
563 fclose(comment_file); in main()
/external/v8/tools/
Dgrokdump.py1711 self.comment_file = minidump_name + ".comments"
1714 if os.path.exists(self.comment_file):
1715 with open(self.comment_file, "r") as f:
1735 with open(self.comment_file, "a") as f:
1769 with open(self.comment_file, "a") as f: