Searched refs:remove (Results 1 – 24 of 24) 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)
|
D | update_all.py | 35 os.remove(os.path.join(root, entry))
|
/bionic/libc/tools/ |
D | generate_notice.py | 167 sub_directories.remove(".git")
|
D | posix-2013.txt | 853 remove
|
/bionic/libc/kernel/uapi/linux/ |
D | userfaultfd.h | 63 } remove; member
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 125 FUNCTION(remove, int (*f)(const char*)); in stdio_h()
|
/bionic/libc/ |
D | SECCOMP_BLOCKLIST_APP.TXT | 11 # the process still has CAP_SYS_ADMIN; changing the uid would remove that capability.
|
D | SECCOMP_ALLOWLIST_COMMON.TXT | 36 # TODO: remove these now we've updated the toolchain (http://b/229989971).
|
D | libc.map.txt | 872 remove;
|
/bionic/linker/ |
D | linked_list.h | 211 void remove(T* element) { in remove() function
|
D | linker.cpp | 1912 child->get_parents().remove(si); in soinfo_unload_impl()
|
/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* _Nonnull __path);
|
/bionic/docs/ |
D | 32-bit-abi.md | 47 remove references to `__USE_FILE_OFFSET64` --- this is the internal
|
D | status.md | 341 As part of a long-term goal to remove the global thread list,
|
D | clang_fortify_anatomy.md | 820 `diagnose_as_builtin` allows us to remove the `diagnose_if`s from some of the
|
D | elf-tls.md | 338 add or remove no-op instructions.
|
/bionic/tests/ |
D | stdio_test.cpp | 2485 TEST(STDIO_TEST, remove) { in TEST() argument 2489 ASSERT_EQ(0, remove(tf.path)); in TEST() 2494 ASSERT_EQ(0, remove(td.path)); in TEST() 2499 ASSERT_EQ(-1, remove(tf.path)); in TEST() 2503 ASSERT_EQ(-1, remove(td.path)); in TEST()
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 229 *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 | 1538 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)
|