Home
last modified time | relevance | path

Searched refs:localAddress0 (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixDomainSockets.java83 String path = new String(localAddress0(fd), UnixDomainSocketsUtil.getCharset()); in localAddress()
87 private static native byte[] localAddress0(FileDescriptor fd) throws IOException; in localAddress0() method in UnixDomainSockets