Searched refs:copyToNativeBuffer (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixNativeDispatcher.java39 private static NativeBuffer copyToNativeBuffer(UnixPath path) { method in class:UnixNativeDispatcher
69 NativeBuffer buffer = copyToNativeBuffer(path);
102 NativeBuffer pathBuffer = copyToNativeBuffer(filename);
123 NativeBuffer existingBuffer = copyToNativeBuffer(existing);
124 NativeBuffer newBuffer = copyToNativeBuffer(newfile);
139 NativeBuffer buffer = copyToNativeBuffer(path);
166 NativeBuffer buffer = copyToNativeBuffer(path);
180 NativeBuffer fromBuffer = copyToNativeBuffer(from);
181 NativeBuffer toBuffer = copyToNativeBuffer(to);
212 NativeBuffer buffer = copyToNativeBuffer(pat
[all...]

Completed in 30 milliseconds