Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Dpsa_its_file.c62 #define rename_replace_existing(oldpath, newpath) \ argument
63 (!MoveFileExA(oldpath, newpath, MOVEFILE_REPLACE_EXISTING))
65 #define rename_replace_existing(oldpath, newpath) rename(oldpath, newpath) argument