Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage_unittest.py148 self.assertRaises(ValueError, cloud_storage.GetFilesInDirectoryIfChanged,
151 self.assertRaises(ValueError, cloud_storage.GetFilesInDirectoryIfChanged,
154 cloud_storage.GetFilesInDirectoryIfChanged('real_dir_path',
242 cloud_storage.GetFilesInDirectoryIfChanged(dir_path, 'bucket')
Dcloud_storage.py558 def GetFilesInDirectoryIfChanged(directory, bucket): function