Home
last modified time | relevance | path

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

/development/tools/repo_pull/
Dgerrit.py249 def _domain_matches(domain_name, domain_pattern): argument
274 return (domain_name == domain_pattern or
275 (domain_name.endswith(domain_pattern) and
276 domain_name[-len(domain_pattern) - 1] == '.'))