HomeSort by relevance Sort by last modified time
    Searched refs:ACL (Results 1 - 21 of 21) sorted by null

  /external/skia/platform_tools/android/tradefed/
upload_dm_results.py 28 ACL = gs_utils.GSUtils.PredefinedACL.PRIVATE
49 predefined_acl = ACL,
67 predefined_acl = ACL,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmu.h 201 const ACL *dacl,
202 const ACL *sacl
246 const ACL *dacl,
247 const ACL *sacl
308 const ACL *dacl,
309 const ACL *sacl
391 const ACL *dacl,
392 const ACL *sacl
429 const ACL *dacl,
430 const ACL *sac
    [all...]
wtypes.h 266 } ACL;
winnt.h     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
acls.py 27 -a option), objects will be created with a default object ACL set on the
28 bucket (see "gsutil help defacl"). You can replace the ACL on an object
29 or bucket using the "gsutil acl set" command, or
30 modify the existing ACL using the "gsutil acl ch" command (see "gsutil help
31 acl").
35 In Google Cloud Storage, the bucket ACL works as follows:
38 bucket metadata other than its ACL.
45 read and write the bucket's ACL.
47 The object ACL works as follows
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
acl.py 36 self.acl = None
40 for g in self.acl.grants:
61 self.acl = ACL(self)
62 return self.acl
80 s += self.acl.to_xml()
85 class ACL(object):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1.py 175 """Permanently deletes the ACL entry for the specified entity on the
204 """Returns the ACL entry for the specified entity on the specified bucket.
291 """Creates a new ACL entry on the specified bucket.
356 """Retrieves ACL entries on the specified bucket.
427 """Updates an ACL entry on the specified bucket. This method supports
539 """Updates an ACL entry on the specified bucket.
727 u'resource specifies acl or defaultObjectAcl properties, when it '
743 bucket resource specifies acl or defaultObjectAcl properties, when it
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
test_generation_conditionals.py 33 from boto.gs.acl import ACL
235 acl = ACL()
236 h = handler.XmlHandler(acl, b)
238 acl = acl.to_xml()
240 b.set_xml_acl(acl, key_name="foo")
252 b.set_xml_acl(acl, key_name="foo", if_metageneration=123)
255 b.set_xml_acl(acl, key_name="foo", if_generation=int(g2) + 1
    [all...]
test_basic.py 39 from boto.gs.acl import ACL
69 # Regexp for matching project-private default object ACL.
225 # try some acl stuff
227 acl = bucket.get_acl()
228 self.assertEqual(len(acl.entries.entry_list), 2)
230 acl = bucket.get_acl()
231 self.assertEqual(len(acl.entries.entry_list), 1)
234 acl = k.get_acl()
235 self.assertEqual(len(acl.entries.entry_list), 2
    [all...]
test_versioning.py 29 from boto.gs import acl namespace
147 and e.scope.type == acl.ALL_USERS]
149 and e.scope.type == acl.ALL_USERS]
180 aclo = acl.ACL()
192 and e.scope.type == acl.ALL_USERS]
194 and e.scope.type == acl.ALL_USERS]
229 and e.scope.type == acl.ALL_USERS]
231 and e.scope.type == acl.ALL_USERS]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
tracker_file.py 258 with a changed ACL), the hashes will not match and we will restart the
270 canned_acl: Optional canned ACL string.
translation_helper.py 27 from boto.gs.acl import ACL
28 from boto.gs.acl import ALL_AUTHENTICATED_USERS
29 from boto.gs.acl import ALL_USERS
30 from boto.gs.acl import Entries
31 from boto.gs.acl import Entry
32 from boto.gs.acl import GROUP_BY_DOMAIN
33 from boto.gs.acl import GROUP_BY_EMAIL
34 from boto.gs.acl import GROUP_BY_ID
35 from boto.gs.acl import USER_BY_EMAI
    [all...]
boto_translation.py 232 if metadata.acl:
233 boto_acl = AclTranslation.BotoAclFromMessage(metadata.acl)
238 raise CommandException('Invalid canned ACL "%s".' % canned_acl)
243 raise CommandException('Invalid canned ACL "%s".' % canned_def_acl)
682 if metadata.acl:
683 boto_acl = AclTranslation.BotoAclFromMessage(metadata.acl)
693 raise CommandException('Invalid canned ACL "%s".' % canned_acl)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
bucket.py 31 from boto.gs.acl import ACL, CannedACLStrings
32 from boto.gs.acl import SupportedPermissions as GSPermissions
37 from boto.s3.acl import Policy
44 STANDARD_ACL = 'acl'
152 :param preserve_acl: If True, the ACL from the source key will
154 destination key will have the default ACL. Note that
155 preserving the ACL in the new key object will require two
157 ACL and one to set that ACL on the new object. If yo
    [all...]
acl.py 49 """A list of Google Cloud Storage predefined (canned) ACL strings."""
52 """A list of supported ACL permissions."""
55 class ACL(object):
62 def acl(self): member in class:ACL
77 # Method with same signature as boto.s3.acl.ACL.add_email_grant(), to allow
84 # Method with same signature as boto.s3.acl.ACL.add_user_grant(), to allow
167 # Class that represents a single (Scope, Permission) entry in an ACL.
198 raise InvalidAclError('Missing "%s" in "%s" part of ACL'
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
distribution.py 31 from boto.s3.acl import ACL
428 Sets the S3 ACL grants for the given object to the appropriate
430 is serving private content the ACL will be set to include the
436 :param enabled: The Object whose ACL is being set
440 appended to the existing ACL for the object.
441 If True, the ACL for the object will be
452 policy.acl = ACL()
453 policy.acl.add_user_grant('READ', oai.s3_user_id
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
provider.py 37 from boto.gs.acl import ACL
38 from boto.gs.acl import CannedACLStrings as CannedGSACLStrings
39 from boto.s3.acl import CannedACLStrings as CannedS3ACLStrings
40 from boto.s3.acl import Policy
49 ACL_HEADER_KEY = 'acl-header'
88 'google': ACL
118 ACL_HEADER_KEY: AWS_HEADER_PREFIX + 'acl',
141 ACL_HEADER_KEY: GOOG_HEADER_PREFIX + 'acl',
  /external/webrtc/webrtc/base/
win32filesystem.cc 76 // SECURITY_DESCRIPTOR specifying an ACL. This code is mostly based upon
119 // Compute size needed for an ACL that allows access to just this user.
120 int acl_size = sizeof(ACL) + sizeof(ACCESS_ALLOWED_ACE) - sizeof(DWORD) +
125 PACL acl = reinterpret_cast<PACL>(acl_bytes.get()); local
126 memset(acl, 0, acl_size);
127 if (!::InitializeAcl(acl, acl_size, ACL_REVISION)) {
133 if (!::AddAccessAllowedAce(acl,
149 // Put the ACL in it.
152 acl,
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 414 milliseconds