Home
last modified time | relevance | path

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

/external/libcxx/include/experimental/
Dfilesystem1291 void __rename(const path& from, const path& to, error_code *ec=nullptr);
1702 return __rename(__from, __to);
1707 return __rename(__from, __to, &__ec);
/external/libcxx/src/experimental/filesystem/
Doperations.cpp837 void __rename(const path& from, const path& to, std::error_code *ec) { in __rename() function