Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcpplint.py764 def SetLastHeader(self, header_path): argument
765 self._last_header = header_path
767 def CanonicalizeAlphabeticalOrder(self, header_path): argument
780 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
782 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): argument
798 if (self._last_header > header_path and