OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:portfid
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
323
static jfieldID
portFid
= env->GetFieldID(JniConstants::inetSocketAddressClass, "port", "I");
325
env->SetIntField(javaInetSocketAddress,
portFid
, port);
[
all
...]
Completed in 491 milliseconds