Searched refs:GetFilesInDirectoryIfChanged (Results 1 – 2 of 2) sorted by relevance
148 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')
558 def GetFilesInDirectoryIfChanged(directory, bucket): function