Home
last modified time | relevance | path

Searched defs:GetNextEntry (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_proc_maps.cpp162 bool GetNextEntry(ProcMaps::Entry* entry) { in GetNextEntry() function in crazy::ProcMapsInternal
199 bool ProcMaps::GetNextEntry(Entry* entry) { in GetNextEntry() function in crazy::ProcMaps
Dcrazy_linker_proc_maps_unittest.cpp126 TEST(ProcMaps, GetNextEntry) { in TEST() argument