Searched refs:objects_to_remove (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
D | test_rm.py | 32 def _RunRemoveCommandAndCheck(self, command_and_args, objects_to_remove=None, argument 61 for object_to_remove in objects_to_remove or []: 135 objects_to_remove=['%s#%s' % (suri(key_uri), g1), 163 objects_to_remove=['%s#%s' % (suri(k1_uri), k1g1), 196 objects_to_remove=['%s#%s' % (suri(k1_uri), k1g1), 269 objects_to_remove=['%s#%s' % (suri(key_uri), urigen(key_uri)), 283 objects_to_remove=['%s#%s' % (suri(object_uri), urigen(object_uri))], 303 objects_to_remove=['%s' % final_uri]) 337 objects_to_remove=['%s#%s' % (suri(ouri1), urigen(ouri1)), 365 objects_to_remove=['%s#%s' % (suri(ouri1), urigen(ouri1)), [all …]
|