Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcpplint.py1147 def SetLastHeader(self, header_path): argument
1148 self._last_header = header_path
1150 def CanonicalizeAlphabeticalOrder(self, header_path): argument
1163 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
1165 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): argument
1181 if (self._last_header > header_path and