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

  /external/chromium_org/third_party/icu/source/common/
umapfile.c 104 SECURITY_DESCRIPTOR securityDesc;
118 if (InitializeSecurityDescriptor(&securityDesc, SECURITY_DESCRIPTOR_REVISION)) {
120 if (SetSecurityDescriptorDacl(&securityDesc, TRUE, (PACL)NULL, FALSE)) {
124 mappingAttributes.lpSecurityDescriptor = &securityDesc;
  /external/icu/icu4c/source/common/
umapfile.c 103 SECURITY_DESCRIPTOR securityDesc;
117 if (InitializeSecurityDescriptor(&securityDesc, SECURITY_DESCRIPTOR_REVISION)) {
119 if (SetSecurityDescriptorDacl(&securityDesc, TRUE, (PACL)NULL, FALSE)) {
123 mappingAttributes.lpSecurityDescriptor = &securityDesc;

Completed in 140 milliseconds