Home
last modified time | relevance | path

Searched defs:rename_replace_existing (Results 1 – 1 of 1) sorted by relevance

/mbedtls-3.5.0/library/
Dpsa_its_file.c62 #define rename_replace_existing(oldpath, newpath) \ macro
65 #define rename_replace_existing(oldpath, newpath) rename(oldpath, newpath) macro