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

/external/chromium_org/third_party/icu/source/common/
H A Dumapfile.c102 SECURITY_ATTRIBUTES *mappingAttributesPtr = NULL; local
125 mappingAttributesPtr = &mappingAttributes;
129 and mappingAttributesPtr == NULL for that case. */
132 map=CreateFileMapping(file, mappingAttributesPtr, PAGE_READONLY, 0, 0, NULL);
/external/icu/icu4c/source/common/
H A Dumapfile.c102 SECURITY_ATTRIBUTES *mappingAttributesPtr = NULL; local
125 mappingAttributesPtr = &mappingAttributes;
129 and mappingAttributesPtr == NULL for that case. */
132 map=CreateFileMapping(file, mappingAttributesPtr, PAGE_READONLY, 0, 0, NULL);

Completed in 53 milliseconds