Searched refs:renameat (Results 1 – 2 of 2) sorted by relevance
195 static void renameat(int fromfd, byte[] from, int tofd, byte[] to) throws UnixException { in renameat() method in UnixNativeDispatcher
270 renameat(this.dfd, from.asByteArray(), that.dfd, to.asByteArray()); in move()