Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixNativeDispatcher.java122 static void link(UnixPath existing, UnixPath newfile) throws UnixException { in link() argument
124 NativeBuffer newBuffer = copyToNativeBuffer(newfile); in link()