OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:myfd
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/net/
LocalSocketImpl.java
62
FileDescriptor
myFd
= fd;
63
if (
myFd
== null) throw new IOException("socket closed");
67
Os.ioctlInt(
myFd
, OsConstants.FIONREAD, avail);
85
FileDescriptor
myFd
= fd;
86
if (
myFd
== null) throw new IOException("socket closed");
88
ret = read_native(
myFd
);
103
FileDescriptor
myFd
= fd;
104
if (
myFd
== null) throw new IOException("socket closed");
110
int ret = readba_native(b, off, len,
myFd
);
138
FileDescriptor
myFd
= fd
[
all
...]
Completed in 564 milliseconds