Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dwrjpgcom.c413 FILE *comment_file = NULL; in main() local
436 if ((comment_file = fopen(argv[argn], "r")) == NULL) { in main()
484 if (comment_arg != NULL && comment_file != NULL) in main()
489 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.py1908 self.comment_file = minidump_name + ".comments"
1911 if os.path.exists(self.comment_file):
1912 with open(self.comment_file, "r") as f:
1932 with open(self.comment_file, "a") as f:
1968 with open(self.comment_file, "a") as f: