OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aclhelpers
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
defacl.py
19
from gslib import
aclhelpers
224
aclhelpers
.AclChange(a, scope_type=
aclhelpers
.ChangeType.GROUP))
227
aclhelpers
.AclChange(a, scope_type=
aclhelpers
.ChangeType.USER))
230
aclhelpers
.AclChange(a, scope_type=
aclhelpers
.ChangeType.PROJECT))
232
self.changes.append(
aclhelpers
.AclDel(a))
acl.py
19
from gslib import
aclhelpers
363
aclhelpers
.AclChange(a, scope_type=
aclhelpers
.ChangeType.GROUP))
366
aclhelpers
.AclChange(a, scope_type=
aclhelpers
.ChangeType.PROJECT))
369
aclhelpers
.AclChange(a, scope_type=
aclhelpers
.ChangeType.USER))
371
self.changes.append(
aclhelpers
.AclDel(a))
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_acl.py
21
from gslib import
aclhelpers
215
change =
aclhelpers
.AclChange(self.USER_TEST_ID + ':r',
216
scope_type=
aclhelpers
.ChangeType.USER)
222
change =
aclhelpers
.AclChange(self.GROUP_TEST_ID + ':r',
223
scope_type=
aclhelpers
.ChangeType.GROUP)
229
change =
aclhelpers
.AclChange(self.USER_TEST_ADDRESS + ':r',
230
scope_type=
aclhelpers
.ChangeType.USER)
236
change =
aclhelpers
.AclChange(self.GROUP_TEST_ADDRESS + ':fc',
237
scope_type=
aclhelpers
.ChangeType.GROUP)
243
change =
aclhelpers
.AclChange(self.DOMAIN_TEST + ':READ'
[
all
...]
Completed in 55 milliseconds