Home
last modified time | relevance | path

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

/art/tools/
Dcpplint.py2946 _RE_FIRST_COMPONENT = re.compile(r'^[^-_.]+') variable
3043 target_first_component = _RE_FIRST_COMPONENT.match(target_base)
3044 include_first_component = _RE_FIRST_COMPONENT.match(include_base)