Home
last modified time | relevance | path

Searched refs:lpNewFileName (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/winapi/
Dfile_management.hpp144 boost::winapi::LPCSTR_ lpNewFileName,
157 boost::winapi::LPCWSTR_ lpNewFileName,
524 BOOST_FORCEINLINE BOOL_ move_file(LPCSTR_ lpExistingFileName, LPCSTR_ lpNewFileName, DWORD_ dwFlags) in move_file() argument
526 return ::MoveFileExA(lpExistingFileName, lpNewFileName, dwFlags); in move_file()
540 BOOST_FORCEINLINE BOOL_ move_file(LPCWSTR_ lpExistingFileName, LPCWSTR_ lpNewFileName, DWORD_ dwFla… in move_file() argument
542 return ::MoveFileExW(lpExistingFileName, lpNewFileName, dwFlags); in move_file()
/third_party/mingw-w64/mingw-w64-headers/include/
Dwinbase.h1980 …WINBASEAPI WINBOOL WINAPI CopyFileExA (LPCSTR lpExistingFileName, LPCSTR lpNewFileName, LPPROGRESS…
1981 …WINBASEAPI WINBOOL WINAPI CopyFileExW (LPCWSTR lpExistingFileName, LPCWSTR lpNewFileName, LPPROGRE…
1989 …WINBASEAPI WINBOOL WINAPI CopyFileA (LPCSTR lpExistingFileName, LPCSTR lpNewFileName, WINBOOL bFai…
1990 …WINBASEAPI WINBOOL WINAPI CopyFileW (LPCWSTR lpExistingFileName, LPCWSTR lpNewFileName, WINBOOL bF…
1995 …WINBASEAPI WINBOOL WINAPI CopyFileTransactedA (LPCSTR lpExistingFileName, LPCSTR lpNewFileName, LP…
1996 …WINBASEAPI WINBOOL WINAPI CopyFileTransactedW (LPCWSTR lpExistingFileName, LPCWSTR lpNewFileName, …
2117 WINBASEAPI WINBOOL WINAPI MoveFileA (LPCSTR lpExistingFileName, LPCSTR lpNewFileName);
2118 WINBASEAPI WINBOOL WINAPI MoveFileW (LPCWSTR lpExistingFileName, LPCWSTR lpNewFileName);
2124 …WINBASEAPI WINBOOL WINAPI MoveFileExA (LPCSTR lpExistingFileName, LPCSTR lpNewFileName, DWORD dwFl…
2125 …WINBASEAPI WINBOOL WINAPI MoveFileExW (LPCWSTR lpExistingFileName, LPCWSTR lpNewFileName, DWORD dw…
[all …]