Searched defs:nfd (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/src/java.base/aix/classes/sun/nio/fs/
H A DAixFileSystem.java69 void copyNonPosixAttributes(int ofd, int nfd) { argument
/openjdk10/jdk/src/java.base/linux/classes/sun/nio/fs/
H A DLinuxFileSystem.java71 void copyNonPosixAttributes(int ofd, int nfd) { argument
H A DLinuxUserDefinedFileAttributeView.java307 static void copyExtendedAttributes(int ofd, int nfd) { argument
362 private static void copyExtendedAttribute(int ofd, byte[] name, int nfd) argument
/openjdk10/jdk/src/java.base/macosx/classes/sun/nio/fs/
H A DBsdFileSystem.java69 void copyNonPosixAttributes(int ofd, int nfd) { argument
/openjdk10/jdk/src/java.base/solaris/classes/sun/nio/fs/
H A DSolarisUserDefinedFileAttributeView.java255 static void copyExtendedAttributes(int ofd, int nfd) { argument
287 private static void copyExtendedAttribute(int ofd, byte[] name, int nfd) argument
H A DSolarisFileSystem.java92 void copyNonPosixAttributes(int ofd, int nfd) { argument

Completed in 102 milliseconds