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

  /external/chromium_org/third_party/icu/source/common/
umapfile.c 103 SECURITY_ATTRIBUTES *mappingAttributesPtr = NULL;
126 mappingAttributesPtr = &mappingAttributes;
130 and mappingAttributesPtr == NULL for that case. */
133 map=CreateFileMapping(file, mappingAttributesPtr, PAGE_READONLY, 0, 0, NULL);
  /external/icu/icu4c/source/common/
umapfile.c 102 SECURITY_ATTRIBUTES *mappingAttributesPtr = NULL;
125 mappingAttributesPtr = &mappingAttributes;
129 and mappingAttributesPtr == NULL for that case. */
132 map=CreateFileMapping(file, mappingAttributesPtr, PAGE_READONLY, 0, 0, NULL);

Completed in 138 milliseconds