Searched refs:GetFullName (Results 1 – 5 of 5) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | UnwinderTest.cpp | 223 EXPECT_EQ("/system/fake/libc.so", frame->map_info->GetFullName()); in TEST_F() 240 EXPECT_EQ("/system/fake/libc.so", frame->map_info->GetFullName()); in TEST_F() 257 EXPECT_EQ("/system/fake/libc.so", frame->map_info->GetFullName()); in TEST_F() 294 EXPECT_EQ("/system/fake/libc.so", frame->map_info->GetFullName()); in TEST_F() 311 EXPECT_EQ("/system/fake/libc.so", frame->map_info->GetFullName()); in TEST_F() 328 EXPECT_EQ("/system/fake/libc.so", frame->map_info->GetFullName()); in TEST_F() 360 EXPECT_EQ("/fake/fake_load_bias.so", frame->map_info->GetFullName()); in TEST_F() 392 EXPECT_EQ("/fake/fake_offset.oat", frame->map_info->GetFullName()); in TEST_F() 424 EXPECT_EQ("/fake/fake.apk!lib_fake.so", frame->map_info->GetFullName()); in TEST_F() 463 EXPECT_EQ("/system/fake/libc.so", frame->map_info->GetFullName()); in TEST_F() [all …]
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | MapInfo.h | 191 std::string GetFullName();
|
/system/unwinding/libunwindstack/ |
D | MapInfo.cpp | 388 std::string MapInfo::GetFullName() { in GetFullName() function in unwindstack::MapInfo
|
D | Unwinder.cpp | 318 data += map_info->GetFullName(); in FormatFrame()
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone_proto.cpp | 395 f->set_file_name(frame.map_info->GetFullName()); in fill_in_backtrace_frame()
|