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

  /external/chromium_org/third_party/icu/source/common/
umapfile.c 102 SECURITY_ATTRIBUTES mappingAttributes;
122 uprv_memset(&mappingAttributes, 0, sizeof(mappingAttributes));
123 mappingAttributes.nLength = sizeof(mappingAttributes);
124 mappingAttributes.lpSecurityDescriptor = &securityDesc;
125 mappingAttributes.bInheritHandle = FALSE; /* object uninheritable */
126 mappingAttributesPtr = &mappingAttributes;
  /external/icu/icu4c/source/common/
umapfile.c 101 SECURITY_ATTRIBUTES mappingAttributes;
121 uprv_memset(&mappingAttributes, 0, sizeof(mappingAttributes));
122 mappingAttributes.nLength = sizeof(mappingAttributes);
123 mappingAttributes.lpSecurityDescriptor = &securityDesc;
124 mappingAttributes.bInheritHandle = FALSE; /* object uninheritable */
125 mappingAttributesPtr = &mappingAttributes;

Completed in 221 milliseconds