Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_its_file.c50 #define rename_replace_existing(oldpath, newpath) \ macro
53 #define rename_replace_existing(oldpath, newpath) rename(oldpath, newpath) macro
/aosp_15_r20/external/mbedtls/library/
H A Dpsa_its_file.c50 #define rename_replace_existing(oldpath, newpath) \ macro
53 #define rename_replace_existing(oldpath, newpath) rename(oldpath, newpath) macro