Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
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