HomeSort by relevance Sort by last modified time
    Searched defs:GetNextEntry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_proc_maps.cpp 162 bool GetNextEntry(ProcMaps::Entry* entry) {
199 bool ProcMaps::GetNextEntry(Entry* entry) {
200 return internal_->GetNextEntry(entry);
207 while (internal_->GetNextEntry(&entry)) {
223 while (self_maps.GetNextEntry(&entry)) {
250 while (self_maps.GetNextEntry(&entry)) {
267 while (self_maps.GetNextEntry(&entry)) {
  /ndk/sources/android/crazy_linker/src/
crazy_linker_proc_maps.cpp 162 bool GetNextEntry(ProcMaps::Entry* entry) {
199 bool ProcMaps::GetNextEntry(Entry* entry) {
200 return internal_->GetNextEntry(entry);
207 while (internal_->GetNextEntry(&entry)) {
223 while (self_maps.GetNextEntry(&entry)) {
250 while (self_maps.GetNextEntry(&entry)) {
267 while (self_maps.GetNextEntry(&entry)) {

Completed in 206 milliseconds