Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dpthread_atfork.cpp91 void remove(atfork_t* entry) { in remove() function in atfork_list_t
/bionic/linker/
Dlinked_list.h198 void remove(T* element) { in remove() function
/bionic/libc/stdio/
Dstdio.cpp750 int remove(const char* path) { in remove() function
/bionic/tests/
Dstdio_test.cpp1422 TEST(STDIO_TEST, remove) { in TEST() argument