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

/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DGnomeFileTypeDetector.java67 NativeBuffer buffer = NativeBuffers.asNativeBuffer(path.getByteArrayForSysCalls());
H A DUnixPath.java165 byte[] getByteArrayForSysCalls() { method in class:UnixPath
189 return new String(getByteArrayForSysCalls());
H A DLinuxWatchService.java253 NativeBuffers.asNativeBuffer(dir.getByteArrayForSysCalls());
H A DSolarisWatchService.java644 byte[] path = dir.getByteArrayForSysCalls();
H A DUnixNativeDispatcher.java40 byte[] cstr = path.getByteArrayForSysCalls();

Completed in 45 milliseconds