Searched refs:header_path (Results 1 – 1 of 1) sorted by relevance
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)