OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:securitydesc
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/common/
umapfile.c
100
SECURITY_DESCRIPTOR
securityDesc
;
114
if (InitializeSecurityDescriptor(&
securityDesc
, SECURITY_DESCRIPTOR_REVISION)) {
116
if (SetSecurityDescriptorDacl(&
securityDesc
, TRUE, (PACL)NULL, FALSE)) {
120
mappingAttributes.lpSecurityDescriptor = &
securityDesc
;
Completed in 185 milliseconds