Home
last modified time | relevance | path

Searched refs:sec_desc (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/util/
Ddelete_reg_key_work_item_unittest.cc101 CSecurityDesc sec_desc; in TEST_F() local
102 sec_desc.FromString(L"D:PAI(A;OICI;KR;;;BU)"); // builtin users read in TEST_F()
106 sec_desc.GetPSECURITY_DESCRIPTOR()))); in TEST_F()
107 sec_desc.FromString(L"D:PAI(A;OICI;KA;;;BU)"); // builtin users all access in TEST_F()
111 sec_desc.GetPSECURITY_DESCRIPTOR()))); in TEST_F()
135 sec_desc.GetPSECURITY_DESCRIPTOR()))); in TEST_F()
/external/chromium_org/sandbox/win/src/
Drestricted_token_utils.cc249 PSECURITY_DESCRIPTOR sec_desc = NULL; in SetObjectIntegrityLabel() local
257 &sec_desc, NULL)) { in SetObjectIntegrityLabel()
258 if (::GetSecurityDescriptorSacl(sec_desc, &sacl_present, &sacl, in SetObjectIntegrityLabel()
267 ::LocalFree(sec_desc); in SetObjectIntegrityLabel()
/external/chromium_org/components/breakpad/tools/
Dcrash_service.cc470 PSECURITY_DESCRIPTOR sec_desc = NULL; in GetSecurityDescriptorForLowIntegrity() local
478 &sec_desc, NULL)) { in GetSecurityDescriptorForLowIntegrity()
479 if (::GetSecurityDescriptorSacl(sec_desc, &sacl_present, &sacl, in GetSecurityDescriptorForLowIntegrity()
481 return sec_desc; in GetSecurityDescriptorForLowIntegrity()