Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/autoupdate_MiniOS/
Dautoupdate_MiniOS.py39 def _setup_minios_update(self, has_update, with_exclusion=False): argument
58 if has_update:
61 def _setup_cros_update(self, has_update): argument
62 if has_update:
72 updated=has_update))
170 self._setup_cros_update(has_update=with_os)
173 self._setup_minios_update(has_update=minios_update,
/external/liburing/test/
Dpoll-mshot-update.c37 bool has_update = false; in has_poll_update() local
54 has_update = true; in has_poll_update()
60 return has_update; in has_poll_update()
/external/crosvm/system_api/src/protos/
Dkey.rs96 pub fn has_update(&self) -> bool { in has_update() method