Searched refs:oldpath (Results 1 – 1 of 1) sorted by relevance
50 #define rename_replace_existing(oldpath, newpath) \ argument51 (!MoveFileExA(oldpath, newpath, MOVEFILE_REPLACE_EXISTING))53 #define rename_replace_existing(oldpath, newpath) rename(oldpath, newpath) argument