Searched defs:untagSocket (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
H A Dsocket_tagger_util.cpp40 void untagSocket(JNIEnv* env, int fd) { function
H A Dnet_util_md.h63 extern void untagSocket(JNIEnv* env, int fd);
82 #define untagSocket(env,fd) (void)0 macro
/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java54 private void untagSocket(FileDescriptor fd) throws ErrnoException { method in class:BlockGuardOs
94 untagSocket(fd);

Completed in 1135 milliseconds