Searched refs:is_brillo (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/common_lib/cros/ |
D | dev_server.py | 1322 def trigger_download(self, target, build_id, branch, is_brillo=False, argument 1350 artifacts = (_BRILLO_ARTIFACTS_TO_BE_STAGED_FOR_IMAGE if is_brillo else 1356 def finish_download(self, target, build_id, branch, is_brillo=False): argument 1376 artifacts = (_BRILLO_ARTIFACTS_TO_BE_STAGED_FOR_IMAGE if is_brillo else
|
/external/autotest/server/hosts/ |
D | adb_host.py | 1100 is_brillo = os_type == OS_TYPE_BRILLO 1101 devserver.trigger_download(target, build_id, branch, is_brillo,
|