OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NetFd
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/native/
NetFd.h
23
class
NetFd
{
25
NetFd
(JNIEnv* env, jobject fileDescriptor)
49
NetFd
(const
NetFd
&);
50
void operator=(const
NetFd
&);
libcore_net_RawSocket.cpp
21
#include "
NetFd
.h"
102
NetFd
fd(env, fileDescriptor);
155
NetFd
fd(env, fileDescriptor);
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp
41
#include "
NetFd
.h"
[
all
...]
Completed in 290 milliseconds