Searched refs:securityDesc (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dumapfile.c100 SECURITY_DESCRIPTOR securityDesc; local
114 if (InitializeSecurityDescriptor(&securityDesc, SECURITY_DESCRIPTOR_REVISION)) {
116 if (SetSecurityDescriptorDacl(&securityDesc, TRUE, (PACL)NULL, FALSE)) {
120 mappingAttributes.lpSecurityDescriptor = &securityDesc;

Completed in 61 milliseconds