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

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

Completed in 31 milliseconds