HomeSort by relevance Sort by last modified time
    Searched refs:ACL (Results 1 - 9 of 9) 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...]
wtypesbase.h 167 } ACL;
169 typedef ACL *PACL;
winnt.h     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Api.cs 646 /// package google.acl.v1;
648 /// // Get the underlying ACL object.
649 /// rpc GetAcl(GetAclRequest) returns (Acl) {
656 /// rpc GetAcl(GetAclRequest) returns (Acl);
669 /// - name: google.acl.v1.AccessControl
678 /// // Get the underlying ACL object.
679 /// rpc GetAcl(GetAclRequest) returns (Acl) {
693 /// - name: google.acl.v1.AccessControl
699 /// // Get the underlying ACL object.
700 /// rpc GetAcl(GetAclRequest) returns (Acl) {
    [all...]
  /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 712 milliseconds