Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dpsa_its_file.c50 #define rename_replace_existing(oldpath, newpath) \ argument
51 (!MoveFileExA(oldpath, newpath, MOVEFILE_REPLACE_EXISTING))
53 #define rename_replace_existing(oldpath, newpath) rename(oldpath, newpath) argument