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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileCopy.java293 MoveFileEx(sourcePath, targetPath, MOVEFILE_REPLACE_EXISTING);
380 // first try MoveFileEx (no options). If target is on same volume then
383 MoveFileEx(sourcePath, targetPath, 0);
390 // target is on different volume so use MoveFileEx with copy option
393 MoveFileEx(sourcePath, targetPath, MOVEFILE_COPY_ALLOWED);
397 // MoveFileEx does not copy security attributes when moving
H A DWindowsNativeDispatcher.java304 * MoveFileEx(
310 static void MoveFileEx(String source, String target, int flags) method in class:WindowsNativeDispatcher

Completed in 33 milliseconds