Searched refs:lpExistingFileName (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/winapi/ |
D | file_management.hpp | 143 boost::winapi::LPCSTR_ lpExistingFileName, 156 boost::winapi::LPCWSTR_ lpExistingFileName, 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/boost/libs/filesystem/src/ |
D | operations.cpp | 727 /*__in*/ LPCWSTR lpExistingFileName,
|