Home
last modified time | relevance | path

Searched refs:target_platforms (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/wpr/
Darchive_info.py56 def DownloadArchivesIfNeeded(self, target_platforms=None): argument
71 if target_platforms is None:
72 target_platforms = _ALL_PLATFORMS
74 assert isinstance(target_platforms, list), 'Must pass platforms as a list'
75 target_platforms = target_platforms + [_DEFAULT_PLATFORM]
103 for target_platform in target_platforms:
Darchive_info_unittest.py169 test_archive_info.DownloadArchivesIfNeeded(target_platforms=['linux'])