Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcpplint.py457 _THIRD_PARTY_HEADERS_PATTERN = re.compile( variable
4552 if match and not _THIRD_PARTY_HEADERS_PATTERN.match(match.group(1)):
4572 elif not _THIRD_PARTY_HEADERS_PATTERN.match(include):