Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
Dtask.py51 bucket_path = cloud_config.Get().control_bucket_path + "/jobs/"
136 cloud_config.Get().control_bucket_path, task_id)
166 cloud_config.Get().control_bucket_path, task_id)
176 cloud_config.Get().control_bucket_path, task_id),
230 cloud_config.Get().control_bucket_path, task_id)
/external/chromium-trace/catapult/perf_insights/perf_insights/
Dcloud_config.py33 control_bucket_path = ndb.StringProperty(default=_DEFAULT_CONTROL_BUCKET_PATH) variable in CloudConfig