Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/dashboard/dashboard/
Dutils_test.py241 utils.DownloadChromiumFile('some/file'))
247 self.assertIsNone(utils.DownloadChromiumFile('some/file'))
254 self.assertIsNone(utils.DownloadChromiumFile('some/file'))
Dstart_try_job.py634 base_config = utils.DownloadChromiumFile(_BISECT_CONFIG_PATH)
724 base_config = utils.DownloadChromiumFile(_PERF_CONFIG_PATH)
Dutils.py315 def DownloadChromiumFile(path): function