Home
last modified time | relevance | path

Searched refs:ACLRule (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/vendor/cloud.google.com/go/storage/
Dacl.go52 type ACLRule struct { struct
89 func (a *ACLHandle) List(ctx context.Context) ([]ACLRule, error) {
99 func (a *ACLHandle) bucketDefaultList(ctx context.Context) ([]ACLRule, error) {
126 func (a *ACLHandle) bucketList(ctx context.Context) ([]ACLRule, error) {
138 r := make([]ACLRule, len(acls.Items))
176 func (a *ACLHandle) objectList(ctx context.Context) ([]ACLRule, error) {
246 func toACLRules(items []*raw.ObjectAccessControl) []ACLRule {
247 r := make([]ACLRule, 0, len(items))
249 r = append(r, ACLRule{Entity: ACLEntity(item.Entity), Role: ACLRole(item.Role)})
Dbucket.go205 ACL []ACLRule
209 DefaultObjectACL []ACLRule
347 acl := make([]ACLRule, len(b.Acl))
349 acl[i] = ACLRule{
355 objACL := make([]ACLRule, len(b.DefaultObjectAcl))
357 objACL[i] = ACLRule{
Dstorage.go432 ACL []ACLRule
655 func toRawObjectACL(oldACL []ACLRule) []*raw.ObjectAccessControl { argument
707 ACL []ACLRule
803 acl := make([]ACLRule, len(o.Acl))
805 acl[i] = ACLRule{
/external/skia/infra/cts/
Drun_testlab.go450 w.ACL = []storage.ACLRule{{Entity: storage.AllUsers, Role: storage.RoleReader}}
/external/skqp/infra/cts/
Drun_testlab.go450 w.ACL = []storage.ACLRule{{Entity: storage.AllUsers, Role: storage.RoleReader}}