Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixDomainSockets.java102 static byte[] getPathBytes(Path path) { in getPathBytes() method in UnixDomainSockets
112 byte[] path = getPathBytes(addr); in bind()
151 return connect0(fd, getPathBytes(path)); in connect()