Home
last modified time | relevance | path

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

/external/libcxx/include/
Dfilesystem1435 uintmax_t __remove_all(const path& p, error_code* ec = nullptr);
1867 return __remove_all(__p);
1872 return __remove_all(__p, &__ec);
/external/libcxx/src/filesystem/
Doperations.cpp1139 uintmax_t __remove_all(const path& p, error_code* ec) { in __remove_all() function