Home
last modified time | relevance | path

Searched refs:GetFullName (Results 1 – 5 of 5) sorted by relevance

/system/unwinding/libunwindstack/tests/
DUnwinderTest.cpp223 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/
DMapInfo.h191 std::string GetFullName();
/system/unwinding/libunwindstack/
DMapInfo.cpp388 std::string MapInfo::GetFullName() { in GetFullName() function in unwindstack::MapInfo
DUnwinder.cpp318 data += map_info->GetFullName(); in FormatFrame()
/system/core/debuggerd/libdebuggerd/
Dtombstone_proto.cpp395 f->set_file_name(frame.map_info->GetFullName()); in fill_in_backtrace_frame()