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

/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c464 LPCWSTR lpNewFileName = jlong_to_ptr(newAddress); local
466 if (CopyFileExW(lpExistingFileName, lpNewFileName, NULL, NULL, cancel,
478 LPCWSTR lpNewFileName = jlong_to_ptr(newAddress); local
479 if (MoveFileExW(lpExistingFileName, lpNewFileName, (DWORD)flags) == 0) {

Completed in 28 milliseconds