Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage_unittest.py161 self.assertFalse(cloud_storage.GetIfChanged(file_path,
165 self.assertTrue(cloud_storage.GetIfChanged(file_path,
169 self.assertFalse(cloud_storage.GetIfChanged(file_path,
173 self.assertTrue(cloud_storage.GetIfChanged(file_path,
193 orig_get_if_changed = cloud_storage.GetIfChanged
194 cloud_storage.GetIfChanged = IncrementFilesUpdated
206 cloud_storage.GetIfChanged = orig_get_if_changed
237 cloud_storage.GetIfChanged(file_path, 'foo')
261 cloud_storage.GetIfChanged(file_path, cloud_storage.PUBLIC_BUCKET)
271 cloud_storage.GetIfChanged(file_path, cloud_storage.PUBLIC_BUCKET)
Dcloud_storage.py402 def GetIfChanged(file_path, bucket): function
443 GetIfChanged(path_name, bucket)