HomeSort by relevance Sort by last modified time
    Searched refs:rename0 (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/java/io/
UnixFileSystem.java 324 return rename0(f1, f2);
327 private native boolean rename0(File f1, File f2); method in class:UnixFileSystem
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixNativeDispatcher.java 183 rename0(fromBuffer.address(), toBuffer.address());
189 private static native void rename0(long fromAddress, long toAddress) method in class:UnixNativeDispatcher
  /libcore/ojluni/src/main/native/
UnixFileSystem_md.c 488 NATIVE_METHOD(UnixFileSystem, rename0, "(Ljava/io/File;Ljava/io/File;)Z"),

Completed in 76 milliseconds