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

/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixNativeDispatcher.java193 * renameat(int fromfd, const char* old, int tofd, const char* new)
195 static void renameat(int fromfd, byte[] from, int tofd, byte[] to) throws UnixException { argument
199 renameat0(fromfd, fromBuffer.address(), tofd, toBuffer.address());
205 private static native void renameat0(int fromfd, long fromAddress, int tofd, long toAddress) argument
/libcore/ojluni/src/main/native/
H A DUnixNativeDispatcher.c809 jint fromfd, jlong fromAddress, jint tofd, jlong toAddress)
820 if ((*my_renameat_func)((int)fromfd, from, (int)tofd, to) == -1) {
808 Java_sun_nio_fs_UnixNativeDispatcher_renameat0(JNIEnv* env, jclass this, jint fromfd, jlong fromAddress, jint tofd, jlong toAddress) argument

Completed in 54 milliseconds