Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 22 of 22) sorted by relevance

/bionic/libc/bionic/
Dpthread_atfork.cpp83 remove(entry); in remove_if()
91 void remove(atfork_t* entry) { in remove() function in atfork_list_t
/bionic/libc/kernel/tools/
Dutils.py103 self.old_files.remove(dst)
147 os.remove(dst)
/bionic/libc/kernel/uapi/linux/
Duserfaultfd.h66 } remove; member
/bionic/libc/tools/
Dgenerate_notice.py180 sub_directories.remove(".git")
Dposix-2013.txt853 remove
/bionic/libc/
DSECCOMP_BLOCKLIST_APP.TXT11 # the process still has CAP_SYS_ADMIN; changing the uid would remove that capability.
Dlibc.map.txt872 remove;
DAndroid.bp141 // To disable scudo for the non-svelte config remove the line:
/bionic/tests/headers/posix/
Dstdio_h.c124 FUNCTION(remove, int (*f)(const char*)); in stdio_h()
/bionic/linker/
Dlinked_list.h197 void remove(T* element) { in remove() function
/bionic/tools/versioner/src/
DSymbolFileParser.cpp110 tags.erase(std::remove(tags.begin(), tags.end(), ""), tags.end()); in parseTags()
/bionic/libc/include/
Dstdio.h129 int remove(const char* __path);
/bionic/docs/
D32-bit-abi.md47 remove references to `__USE_FILE_OFFSET64` --- this is the internal
Dstatus.md276 As part of a long-term goal to remove the global thread list,
Delf-tls.md338 add or remove no-op instructions.
/bionic/tests/
Dstdio_test.cpp2406 TEST(STDIO_TEST, remove) { in TEST() argument
2410 ASSERT_EQ(0, remove(tf.path)); in TEST()
2415 ASSERT_EQ(0, remove(td.path)); in TEST()
2420 ASSERT_EQ(-1, remove(tf.path)); in TEST()
2424 ASSERT_EQ(-1, remove(td.path)); in TEST()
/bionic/tests/libs/
DAndroid.bp1188 // remove this line once it is updated.
1216 // remove this line once it is updated.
/bionic/
Dandroid-changes-for-ndk-developers.md236 *Resolution*: remove the extra steps from your build that strip section
475 There are no plans to remove support for ELF files using the older
/bionic/libc/stdio/
Dstdio.cpp937 int remove(const char* path) { in remove() function
/bionic/libc/dns/resolv/
Dres_cache.c1542 remove("/data/reslog.txt"); in _dump_answer()
/bionic/tools/versioner/platforms/
Dlibc.map.txt872 remove;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_141.S2266 CALL(remove)