Home
last modified time | relevance | path

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

/external/libcxx/include/
Dfilesystem1437 void __rename(const path& from, const path& to, error_code* ec = nullptr);
1877 return __rename(__from, __to);
1882 return __rename(__from, __to, &__ec);
/external/libcxx/src/filesystem/
Doperations.cpp1152 void __rename(const path& from, const path& to, error_code* ec) { in __rename() function