Home
last modified time | relevance | path

Searched defs:Remove (Results 1 – 5 of 5) sorted by relevance

/system/extras/memory_replay/
DPointers.cpp61 void* Pointers::Remove(uintptr_t key_pointer) { in Remove() function in Pointers
/system/unwinding/libunwindstack/
DThreadEntry.cpp59 void ThreadEntry::Remove(ThreadEntry* entry) { in Remove() function in unwindstack::ThreadEntry
/system/vold/
DMetadataCrypt.cpp273 [[nodiscard]] bool Remove() { in Remove() function in android::vold::EncryptionInProgress
/system/core/libmodprobe/
Dlibmodprobe.cpp622 bool Modprobe::Remove(const std::string& module_name) { in Remove() function in Modprobe
/system/core/libutils/
DLruCache_test.cpp408 TEST_F(LruCacheTest, Remove) { in TEST_F() argument