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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileCopy.java169 // Use CopyFileEx if the file is not a directory or junction
185 CopyFileEx(sourcePath, targetPath, flags,
203 CopyFileEx(sourcePath, targetPath, flags, 0L);
209 // CopyFileEx does not copy security attributes
H A DWindowsNativeDispatcher.java277 * CopyFileEx(
286 static void CopyFileEx(String source, String target, int flags, method in class:WindowsNativeDispatcher

Completed in 34 milliseconds