HomeSort by relevance Sort by last modified time
    Searched defs:rename0 (Results 1 - 2 of 2) 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

Completed in 55 milliseconds