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

  /external/chromium_org/sandbox/win/src/
acl.h 24 bool AddSidToDacl(const Sid& sid, ACL* old_dacl, ACCESS_MODE access_mode,
25 ACCESS_MASK access, ACL** new_dacl);
acl.cc 5 #include "sandbox/win/src/acl.h"
29 TOKEN_DEFAULT_DACL* acl = local
31 default_dacl->reset(acl);
40 bool AddSidToDacl(const Sid& sid, ACL* old_dacl, ACCESS_MODE access_mode,
41 ACCESS_MASK access, ACL** new_dacl) {
67 ACL* new_dacl = NULL;
  /external/chromium_org/remoting/host/win/
security_descriptor.h 16 typedef TypedBuffer<ACL> ScopedAcl;
  /external/chromium_org/rlz/win/lib/
rlz_lib_win.cc 48 bool HasAccess(PSID sid, ACCESS_MASK access_mask, ACL* dacl) {
130 typed_buffer_ptr<ACL> dacl(dacl_size + SECURITY_MAX_SID_SIZE);
131 typed_buffer_ptr<ACL> sacl(sacl_size);
149 // Add ALL-USERS ALL-ACCESS ACL.
158 ACL* new_dacl = NULL;
  /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_org/base/test/
test_file_util_win.cc 28 ACL dacl;
  /external/chromium_org/rlz/lib/
rlz_lib_test.cc 593 bool HasAccess(PSID sid, ACCESS_MASK access_mask, ACL* dacl);
596 bool EmptyAcl(ACL* acl) {
598 bool ret = GetAclInformation(acl, &info, sizeof(info), AclSizeInformation);
602 ret = DeleteAce(acl, 0);
618 // No ACL mean no access.
621 // Create an ACL for these tests.
623 typed_buffer_ptr<ACL> dacl(kMaxAclSize);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32filesystem.cc 92 // SECURITY_DESCRIPTOR specifying an ACL. This code is mostly based upon
135 // Compute size needed for an ACL that allows access to just this user.
136 int acl_size = sizeof(ACL) + sizeof(ACCESS_ALLOWED_ACE) - sizeof(DWORD) +
141 PACL acl = reinterpret_cast<PACL>(acl_bytes.get()); local
142 memset(acl, 0, acl_size);
143 if (!::InitializeAcl(acl, acl_size, ACL_REVISION)) {
149 if (!::AddAccessAllowedAce(acl,
165 // Put the ACL in it.
168 acl,
  /external/chromium_org/third_party/webrtc/base/
win32filesystem.cc 75 // SECURITY_DESCRIPTOR specifying an ACL. This code is mostly based upon
118 // Compute size needed for an ACL that allows access to just this user.
119 int acl_size = sizeof(ACL) + sizeof(ACCESS_ALLOWED_ACE) - sizeof(DWORD) +
124 PACL acl = reinterpret_cast<PACL>(acl_bytes.get()); local
125 memset(acl, 0, acl_size);
126 if (!::InitializeAcl(acl, acl_size, ACL_REVISION)) {
132 if (!::AddAccessAllowedAce(acl,
148 // Put the ACL in it.
151 acl,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 372 milliseconds