Home
last modified time | relevance | path

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

/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py239 fake_avd_spec.no_pull_log = False
296 args.no_pull_log = True
327 fake_avd_spec.no_pull_log = True
Dremote_instance_cf_device_factory.py76 instance in self.GetFailures() and not self._avd_spec.no_pull_log)
Dremote_host_cf_device_factory_test.py74 no_pull_log=False,
Dremote_host_cf_device_factory.py124 instance, (error_msg and not self._avd_spec.no_pull_log))
/tools/acloud/create/
Davd_spec.py384 self._no_pull_log = args.no_pull_log
1136 def no_pull_log(self): member in AVDSpec