OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socketCreate
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/java/net/
PlainSocketImpl.java
53
native void
socketCreate
(boolean isServer) throws IOException;
AbstractPlainSocketImpl.java
88
socketCreate
(false);
94
socketCreate
(true);
101
//
socketCreate
will set |fd| if it succeeds.
626
abstract void
socketCreate
(boolean isServer) throws IOException;
/libcore/ojluni/src/main/native/
PlainSocketImpl.c
131
*
socketCreate
, we ensure that this is initialized. This is to
132
* prevent the problem where
socketCreate
runs out of file
139
* Method:
socketCreate
[
all
...]
Completed in 195 milliseconds