OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flagsfid
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
607
static jfieldID
flagsFid
= env->GetFieldID(JniConstants::structAddrinfoClass, "ai_flags", "I");
614
hints.ai_flags = env->GetIntField(javaHints,
flagsFid
);
[
all
...]
Completed in 3073 milliseconds