Searched refs:header_path (Results 1 – 3 of 3) sorted by relevance
182 static const char *header_path; variable2887 remove (header_path); in delete_output_files()2907 header_path = argv[3]; in main()2923 header_file = fopen (header_path, "w"); in main()2927 header_path); in main()3000 fprintf (stderr, "Output to '%s' failed, aborting.\n", header_path); in main()
467 def CanonicalizeAlphabeticalOrder(self, header_path): argument480 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()482 def IsInAlphabeticalOrder(self, header_path): argument491 canonical_header = self.CanonicalizeAlphabeticalOrder(header_path)
19926 (header_path): Likewise.