Searched refs:clone_replace_name (Results 1 – 13 of 13) sorted by relevance
79 self.test_bucket0_uri.clone_replace_name('**')).IterAll(86 [str(self.test_bucket0_uri.clone_replace_name('abcd')),87 str(self.test_bucket0_uri.clone_replace_name('abdd'))])90 self.test_bucket0_uri.clone_replace_name('ab??')).IterAll(96 exp_obj_uri_strs = set([str(self.test_bucket0_uri.clone_replace_name('abcd')100 self.test_bucket0_uri.clone_replace_name('abcd')).IterAll(110 self.test_bucket0_uri.clone_replace_name('abcd')).IterAll(116 self.test_bucket0_uri.clone_replace_name('?bcd')).IterAll(125 self.test_bucket0_uri.clone_replace_name('*')):141 self.test_bucket0_uri.clone_replace_name('*/nested1')):[all …]
104 key_uri = bucket_uri.clone_replace_name('foo')128 key_uri = bucket_uri.clone_replace_name('foo')148 k1_uri = bucket_uri.clone_replace_name('foo')149 k2_uri = bucket_uri.clone_replace_name('foo2')181 k1_uri = bucket_uri.clone_replace_name('dir/foo')182 k2_uri = bucket_uri.clone_replace_name('dir/foo2')218 key_uri = bucket_uri.clone_replace_name('foo')230 key_uri = bucket_uri.clone_replace_name('foo')242 key_uri = bucket_uri.clone_replace_name('abc/o1')244 folder_uri = bucket_uri.clone_replace_name('abc_$folder$')[all …]
38 composite = bucket_uri.clone_replace_name(self.MakeTempName('obj'))92 composite = bucket_uri.clone_replace_name(self.MakeTempName('obj'))
143 k1_uri = bucket_uri.clone_replace_name('foo')145 k2_uri = bucket_uri.clone_replace_name('dir/foo')176 self.assertIn('%s#' % bucket2_uri.clone_replace_name(bucket_list[0].name),
677 key_uri = bucket_uri.clone_replace_name('/')914 self._FlatListBucket(bucket_url.clone_replace_name('subdir')))
306 key_uri = bucket_uri.clone_replace_name('foo')514 k2_uri = bucket_uri.clone_replace_name(k2_uri.object_name)1035 key_uri = src_bucket_uri.clone_replace_name('/')1055 suri(bucket_uri.clone_replace_name('o2'))],
107 key_uri = bucket_uri.clone_replace_name("obj")136 key_uri1 = bucket_uri.clone_replace_name("component1")138 key_uri2 = bucket_uri.clone_replace_name("component2")142 key_uri_composite = bucket_uri.clone_replace_name("composite")
408 dst_key_uri = bucket_uri.clone_replace_name(dst_key.name)
297 object_uri = bucket_uri.clone_replace_name(object_name)311 key_uri = bucket_uri.clone_replace_name(object_name)
361 key_uri = bucket_uri.clone_replace_name(object_name)
41 - clone_replace_name() creates a same-type URI with a
358 def clone_replace_name(self, new_name): member in BucketStorageUri829 def clone_replace_name(self, new_name): member in FileStorageUri
444 def clone_replace_name(self, new_name): member in MockBucketStorageUri