Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/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