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

  /ndk/sources/android/crazy_linker/src/
crazy_linker_proc_maps.h 22 // GetNextEntry() will return false on the first call.
47 bool GetNextEntry(Entry* entry);
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)) {
crazy_linker_proc_maps_unittest.cpp 126 TEST(ProcMaps, GetNextEntry) {
194 EXPECT_TRUE(self_maps.GetNextEntry(&entry));
212 EXPECT_FALSE(self_maps.GetNextEntry(&entry));
crazy_linker_rdebug.cpp 128 while (self_maps->GetNextEntry(&entry)) {
  /external/google-breakpad/src/client/linux/minidump_writer/
directory_reader.h 61 bool GetNextEntry(const char** name) {
directory_reader_unittest.cc 66 while (dir_reader.GetNextEntry(&name)) {
linux_ptrace_dumper.cc 324 while (dir_reader->GetNextEntry(&dent_name)) {

Completed in 84 milliseconds