Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcpplint.py4437 _RE_FIRST_COMPONENT = re.compile(r'^[^-_.]+') variable
4516 target_first_component = _RE_FIRST_COMPONENT.match(target_base)
4517 include_first_component = _RE_FIRST_COMPONENT.match(include_base)