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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
aclapi.h 43 WINADVAPI DWORD WINAPI SetEntriesInAclA(ULONG cCountOfExplicitEntries,PEXPLICIT_ACCESS_A pListOfExplicitEntries,PACL OldAcl,PACL *NewAcl);
44 WINADVAPI DWORD WINAPI SetEntriesInAclW(ULONG cCountOfExplicitEntries,PEXPLICIT_ACCESS_W pListOfExplicitEntries,PACL OldAcl,PACL *NewAcl);
45 WINADVAPI DWORD WINAPI GetExplicitEntriesFromAclA(PACL pacl,PULONG pcCountOfExplicitEntries,PEXPLICIT_ACCESS_A *pListOfExplicitEntries);
46 WINADVAPI DWORD WINAPI GetExplicitEntriesFromAclW(PACL pacl,PULONG pcCountOfExplicitEntries,PEXPLICIT_ACCESS_W *pListOfExplicitEntries);
47 WINADVAPI DWORD WINAPI GetEffectiveRightsFromAclA(PACL pacl,PTRUSTEE_A pTrustee,PACCESS_MASK pAccessRights)
    [all...]
mdbrole.hxx 31 WINBOOL ROLDLLEXP ROLEAPI FCanonicalAcl(PACL pacl);
fwpmu.h 190 PACL *dacl,
191 PACL *sacl,
230 PACL *dacl,
231 PACL *sacl,
297 PACL *dacl,
298 PACL *sacl,
380 PACL *dacl,
381 PACL *sacl,
419 PACL *dacl,
420 PACL *sacl
    [all...]
aclui.h 103 STDMETHOD_(WINBOOL,IsDaclCanonical) (THIS_ PACL pDacl) PURE;
138 STDMETHOD(GetInheritSource)(SECURITY_INFORMATION si,PACL pACL,PINHERITED_FROM *ppInheritArray) PURE;
wtypes.h 267 typedef struct _ACL *PACL;
274 PACL Sacl;
275 PACL Dacl;
winbase.h     [all...]
winnt.h     [all...]
  /external/chromium_org/sandbox/win/src/
acl.cc 99 PACL old_dacl = NULL;
100 PACL new_dacl = NULL;
window.cc 23 PACL dacl = NULL;
restricted_token_utils.cc 251 PACL sacl = NULL;
  /external/chromium_org/rlz/win/lib/
lib_mutex.cc 36 PACL sacl = NULL;
  /external/chromium_org/base/test/
test_file_util_win.cc 33 PACL old_dacl;
52 PACL new_dacl;
73 PACL dacl = NULL;
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32filesystem.cc 141 PACL acl = reinterpret_cast<PACL>(acl_bytes.get());
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_win95.h 218 PACL *resultACL
221 PSECURITY_DESCRIPTOR pSD, PACL pACL);
_winnt.h 257 PACL *resultACL
260 PSECURITY_DESCRIPTOR pSD, PACL pACL);
  /external/chromium_org/third_party/webrtc/base/
win32filesystem.cc 124 PACL acl = reinterpret_cast<PACL>(acl_bytes.get());
  /external/chromium_org/third_party/icu/source/common/
umapfile.c 119 /* give the security descriptor a Null Dacl done using the "TRUE, (PACL)NULL" here */
120 if (SetSecurityDescriptorDacl(&securityDesc, TRUE, (PACL)NULL, FALSE)) {
  /external/icu/icu4c/source/common/
umapfile.c 118 /* give the security descriptor a Null Dacl done using the "TRUE, (PACL)NULL" here */
119 if (SetSecurityDescriptorDacl(&securityDesc, TRUE, (PACL)NULL, FALSE)) {
  /external/chromium_org/components/breakpad/tools/
crash_service.cc 472 PACL sacl = NULL;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 410 PACL Sacl;
411 PACL Dacl;
620 PACL DefaultDacl;
    [all...]
wdm.h     [all...]

Completed in 1146 milliseconds