OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saAttr
(Results
1 - 2
of
2
) sorted by null
/sdk/find_java/
find_java_lib.cpp
425
SECURITY_ATTRIBUTES
saAttr
;
430
ZeroMemory(&
saAttr
, sizeof(
saAttr
));
431
saAttr
.nLength = sizeof(SECURITY_ATTRIBUTES);
432
saAttr
.bInheritHandle = TRUE;
433
saAttr
.lpSecurityDescriptor = NULL;
440
&
saAttr
, // lpPipeAttributes,
/ndk/sources/host-tools/make-3.81/
function.c
[
all
...]
Completed in 281 milliseconds