Home
last modified time | relevance | path

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

/external/autotest/client/cros/update_engine/
Ddlc_util.py74 def install(self, dlc_id, omaha_url, timeout=900): argument
82 cmd = [self._DLCSERVICE_UTIL_CMD, '--install', '--id=%s' % dlc_id,
87 def uninstall(self, dlc_id, ignore_status=False): argument
98 cmd = [self._DLCSERVICE_UTIL_CMD, '--uninstall', '--id=%s' % dlc_id]
102 def purge(self, dlc_id, ignore_status=False): argument
111 cmd = [self._DLCSERVICE_UTIL_CMD, '--purge', '--id=%s' % dlc_id]
115 def remove_preloaded(self, dlc_id): argument
130 preload_dir = os.path.join(_PRELOAD_DIR, dlc_id)
135 def is_installed(self, dlc_id): argument
144 return dlc_id in self.list().keys()
/external/autotest/server/cros/update_engine/
Dupdate_engine_test.py490 dlc_id = id_segments[1]
491 if dlc_id in dlc_results:
492 dlc_results[dlc_id].append(event_info)
494 dlc_results[dlc_id] = [event_info]
558 for dlc_id in dlc_rootfs_request_logs:
560 'hostlog_' + dlc_id)
561 dlc_rootfs_hostlogs[dlc_id] = dlc_rootfs_hostlog
564 json.dump(dlc_rootfs_request_logs[dlc_id][-4:], fp)
569 for dlc_id in dlc_reboot_request_logs:
571 'hostlog_' + dlc_id + '_reboot')
[all …]
/external/autotest/server/site_tests/autoupdate_WithDLC/
Dautoupdate_WithDLC.py22 for dlc_id in installed:
23 self._dlc_util.purge(dlc_id)