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

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

Completed in 33 milliseconds