Searched refs:dlc_id (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/cros/update_engine/ |
D | dlc_util.py | 83 def install(self, dlc_id, omaha_url, timeout=900): argument 91 cmd = [self._DLCSERVICE_UTIL_CMD, '--install', '--id=%s' % dlc_id, 96 def uninstall(self, dlc_id, ignore_status=False): argument 107 cmd = [self._DLCSERVICE_UTIL_CMD, '--uninstall', '--id=%s' % dlc_id] 111 def purge(self, dlc_id, ignore_status=False): argument 120 cmd = [self._DLCSERVICE_UTIL_CMD, '--purge', '--id=%s' % dlc_id] 124 def remove_preloaded(self, dlc_id): argument 139 preload_dir = os.path.join(_PRELOAD_DIR, dlc_id) 144 def is_installed(self, dlc_id): argument 153 return dlc_id in self.list()
|
/external/autotest/server/cros/update_engine/ |
D | update_engine_test.py | 617 dlc_id = id_segments[1] 618 if dlc_id in dlc_results: 619 dlc_results[dlc_id].append(event_info) 621 dlc_results[dlc_id] = [event_info] 693 for dlc_id in dlc_rootfs_request_logs: 695 'hostlog_' + dlc_id) 696 dlc_rootfs_hostlogs[dlc_id] = dlc_rootfs_hostlog 699 json.dump(dlc_rootfs_request_logs[dlc_id][-4:], fp) 704 for dlc_id in dlc_reboot_request_logs: 706 'hostlog_' + dlc_id + '_reboot') [all …]
|
/external/autotest/server/site_tests/autoupdate_WithDLC/ |
D | autoupdate_WithDLC.py | 23 for dlc_id in installed: 24 self._dlc_util.purge(dlc_id)
|
/external/autotest/server/site_tests/autoupdate_P2P/ |
D | autoupdate_P2P.py | 44 for dlc_id in installed: 45 self._dlc_util.purge(dlc_id)
|