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

/openjdk9/jdk/src/java.base/windows/native/libjava/
H A DWinNTFileSystem_md.c760 WCHAR *topath = fileToNTPath(env, to, ids.path); local
761 if (frompath != NULL && topath != NULL && _wrename(frompath, topath) == 0) {
765 free(topath);

Completed in 36 milliseconds