OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/icu4c/common/
umapfile.c
98
SECURITY_ATTRIBUTES
mappingAttributes
;
118
uprv_memset(&
mappingAttributes
, 0, sizeof(
mappingAttributes
));
119
mappingAttributes
.nLength = sizeof(
mappingAttributes
);
120
mappingAttributes
.lpSecurityDescriptor = &securityDesc;
121
mappingAttributes
.bInheritHandle = FALSE; /* object uninheritable */
122
mappingAttributesPtr = &
mappingAttributes
;
Completed in 25 milliseconds