Home
last modified time | relevance | path

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

/art/tools/
Dcpplint.py2913 _RE_PATTERN_INCLUDE_NEW_STYLE = re.compile(r'#include +"[^/]+\.h"') variable
3047 if _RE_PATTERN_INCLUDE_NEW_STYLE.search(line):