Home
last modified time | relevance | path

Searched refs:__remove (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/src/
Ddebug.cpp276 c->__remove(p); in __erase_i()
418 c->__remove(i); in __iterator_copy()
610 __c_node::__remove(__i_node* p) in __remove() function in __c_node
/external/libcxx/include/
D__debug168 _LIBCPP_HIDDEN void __remove(__i_node* __i);
Dfilesystem1433 bool __remove(const path& p, error_code* ec = nullptr);
1858 return __remove(__p);
1863 return __remove(__p, &__ec);
/external/libcxx/src/filesystem/
Doperations.cpp1103 bool __remove(const path& p, error_code* ec) { in __remove() function
1132 if (!__remove(p, &ec)) in remove_all_impl()