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.py132 self.assertRaises(ValueError, cloud_storage.GetFilesInDirectoryIfChanged,
135 self.assertRaises(ValueError, cloud_storage.GetFilesInDirectoryIfChanged,
138 cloud_storage.GetFilesInDirectoryIfChanged('real_dir_path',
184 cloud_storage.GetFilesInDirectoryIfChanged(dir_path, 'bucket')
Dcloud_storage.py462 def GetFilesInDirectoryIfChanged(directory, bucket): function