Searched refs:__rename (Results 1 – 3 of 3) sorted by relevance
66 _LIBCPP_EXPORTED_FROM_ABI void __rename(const path& __from, const path& __to, error_code* __ec = nu…276 inline _LIBCPP_HIDE_FROM_ABI void rename(const path& __from, const path& __to) { return __rename(__… in rename()278 return __rename(__from, __to, &__ec); in rename()
36 # define rename __rename
843 void __rename(const path& from, const path& to, error_code* ec) { in __rename() function