Home
last modified time | relevance | path

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

/external/pdfium/testing/
DSUPPRESSIONS172 FRC_4_8.2.4_Schema_8.6__remove_all.pdf mac * *
/external/libcxx/include/experimental/
Dfilesystem1289 uintmax_t __remove_all(const path& p, error_code *ec=nullptr);
1692 return __remove_all(__p);
1697 return __remove_all(__p, &__ec);
/external/libcxx/src/experimental/filesystem/
Doperations.cpp826 std::uintmax_t __remove_all(const path& p, std::error_code *ec) { in __remove_all() function