Searched refs:remove (Results 1 – 22 of 22) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_atfork.cpp | 83 remove(entry); in remove_if() 91 void remove(atfork_t* entry) { in remove() function in atfork_list_t
|
/bionic/libc/kernel/tools/ |
D | utils.py | 103 self.old_files.remove(dst) 147 os.remove(dst)
|
/bionic/libc/kernel/uapi/linux/ |
D | userfaultfd.h | 66 } remove; member
|
/bionic/libc/tools/ |
D | generate_notice.py | 180 sub_directories.remove(".git")
|
D | posix-2013.txt | 853 remove
|
/bionic/libc/ |
D | SECCOMP_BLOCKLIST_APP.TXT | 11 # the process still has CAP_SYS_ADMIN; changing the uid would remove that capability.
|
D | libc.map.txt | 872 remove;
|
D | Android.bp | 141 // To disable scudo for the non-svelte config remove the line:
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 124 FUNCTION(remove, int (*f)(const char*)); in stdio_h()
|
/bionic/linker/ |
D | linked_list.h | 197 void remove(T* element) { in remove() function
|
/bionic/tools/versioner/src/ |
D | SymbolFileParser.cpp | 110 tags.erase(std::remove(tags.begin(), tags.end(), ""), tags.end()); in parseTags()
|
/bionic/libc/include/ |
D | stdio.h | 129 int remove(const char* __path);
|
/bionic/docs/ |
D | 32-bit-abi.md | 47 remove references to `__USE_FILE_OFFSET64` --- this is the internal
|
D | status.md | 276 As part of a long-term goal to remove the global thread list,
|
D | elf-tls.md | 338 add or remove no-op instructions.
|
/bionic/tests/ |
D | stdio_test.cpp | 2406 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/ |
D | Android.bp | 1188 // remove this line once it is updated. 1216 // remove this line once it is updated.
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 236 *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/ |
D | stdio.cpp | 937 int remove(const char* path) { in remove() function
|
/bionic/libc/dns/resolv/ |
D | res_cache.c | 1542 remove("/data/reslog.txt"); in _dump_answer()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 872 remove;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_141.S | 2266 CALL(remove)
|