Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py81 _CONFIG_RE = re.compile(r"^config=(?P<config>.+)") variable
295 config_match = _CONFIG_RE.match(android_info)
/tools/acloud/create/
Dlocal_image_local_instance.py98 _CONFIG_RE = re.compile(r"^config=(?P<config>.+)") variable
480 config_match = _CONFIG_RE.match(android_info)