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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsConstants.java131 public static final int MOVEFILE_REPLACE_EXISTING = 0x00000001; field in class:WindowsConstants
H A DWindowsFileCopy.java293 MoveFileEx(sourcePath, targetPath, MOVEFILE_REPLACE_EXISTING);

Completed in 158 milliseconds