Searched refs:def_obj_acl (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | cloud_api_delegator.py | 282 def XmlPassThroughGetAcl(self, storage_url, def_obj_acl=False, provider=None): argument 299 def_obj_acl=def_obj_acl) 302 def_obj_acl=False, provider=None): argument 321 acl_text, storage_url, canned=canned, def_obj_acl=def_obj_acl)
|
D | command.py | 686 def_obj_acl=self.def_acl, provider=url.scheme) 715 def_obj_acl = AclTranslation.JsonToMessage( 717 if not def_obj_acl: 720 def_obj_acl.append(PRIVATE_DEFAULT_OBJ_ACL) 722 defaultObjectAcl=def_obj_acl) 834 url, def_obj_acl=self.def_acl, provider=url.scheme)
|
D | boto_translation.py | 1514 def XmlPassThroughGetAcl(self, storage_url, def_obj_acl=False): argument 1521 if def_obj_acl: 1529 def_obj_acl=False): argument 1537 if def_obj_acl: 1548 if def_obj_acl:
|