Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcpplint.py770 def SetLastHeader(self, header_path): argument
771 self._last_header = header_path
773 def CanonicalizeAlphabeticalOrder(self, header_path): argument
786 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
788 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): argument
804 if (self._last_header > header_path and