Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixNativeDispatcher.java181 NativeBuffer toBuffer = copyToNativeBuffer(to); in rename() local
183 rename0(fromBuffer.address(), toBuffer.address()); in rename()
185 toBuffer.release(); in rename()
197 NativeBuffer toBuffer = NativeBuffers.asNativeBuffer(to); in renameat() local
199 renameat0(fromfd, fromBuffer.address(), tofd, toBuffer.address()); in renameat()
201 toBuffer.release(); in renameat()