Searched refs:sacl (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/rlz/win/lib/ |
D | lib_mutex.cc | 36 PACL sacl = NULL; in SetObjectToLowIntegrity() local 43 &sacl, &sacl_defaulted)) { in SetObjectToLowIntegrity() 45 NULL, NULL, NULL, sacl); in SetObjectToLowIntegrity()
|
D | rlz_lib_win.cc | 131 typed_buffer_ptr<ACL> sacl(sacl_size); in CreateMachineState() local 136 sacl, &sacl_size, owner, &owner_size, in CreateMachineState()
|
/external/chromium_org/remoting/host/win/ |
D | com_security.cc | 35 ScopedAcl sacl; in InitializeComSecurity() local 37 &sacl)) { in InitializeComSecurity()
|
D | security_descriptor.cc | 73 ScopedAcl* sacl) { in MakeScopedAbsoluteSd() argument 121 sacl->Swap(local_sacl); in MakeScopedAbsoluteSd()
|
D | security_descriptor.h | 37 ScopedAcl* sacl);
|
/external/chromium_org/sandbox/win/src/ |
D | restricted_token_utils.cc | 251 PACL sacl = NULL; in SetObjectIntegrityLabel() local 258 if (::GetSecurityDescriptorSacl(sec_desc, &sacl_present, &sacl, in SetObjectIntegrityLabel() 262 sacl); in SetObjectIntegrityLabel()
|
/external/chromium_org/components/crash/tools/ |
D | crash_service.cc | 472 PACL sacl = NULL; in GetSecurityDescriptorForLowIntegrity() local 479 if (::GetSecurityDescriptorSacl(sec_desc, &sacl_present, &sacl, in GetSecurityDescriptorForLowIntegrity()
|