Searched defs:Remove (Results 1 – 5 of 5) sorted by relevance
| /system/extras/memory_replay/ | ||
| D | Pointers.cpp | 61 void* Pointers::Remove(uintptr_t key_pointer) { in Remove() function in Pointers |
| /system/unwinding/libunwindstack/ | ||
| D | ThreadEntry.cpp | 59 void ThreadEntry::Remove(ThreadEntry* entry) { in Remove() function in unwindstack::ThreadEntry |
| /system/vold/ | ||
| D | MetadataCrypt.cpp | 273 [[nodiscard]] bool Remove() { in Remove() function in android::vold::EncryptionInProgress |
| /system/core/libmodprobe/ | ||
| D | libmodprobe.cpp | 622 bool Modprobe::Remove(const std::string& module_name) { in Remove() function in Modprobe |
| /system/core/libutils/ | ||
| D | LruCache_test.cpp | 408 TEST_F(LruCacheTest, Remove) { in TEST_F() argument |