Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 5 of 5) 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.h197 void remove(T* element) { in remove() function
/bionic/libc/kernel/uapi/linux/
Duserfaultfd.h66 } remove; member
/bionic/libc/stdio/
Dstdio.cpp937 int remove(const char* path) { in remove() function
/bionic/tests/
Dstdio_test.cpp2406 TEST(STDIO_TEST, remove) { in TEST() argument