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

/openjdk7/jdk/src/windows/native/java/io/
H A DWinNTFileSystem_md.c743 WCHAR *frompath = fileToNTPath(env, from, ids.path); local
745 if (frompath == NULL || topath == NULL)
747 if (_wrename(frompath, topath) == 0) {
750 free(frompath);

Completed in 30 milliseconds