Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpsa_its_file.c66 #define rename_replace_existing( oldpath, newpath ) \ argument
67 ( ! MoveFileExA( oldpath, newpath, MOVEFILE_REPLACE_EXISTING ) )
69 #define rename_replace_existing( oldpath, newpath ) rename( oldpath, newpath ) argument

Completed in 2 milliseconds