Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DMapInfoGetBuildIDTest.cpp71 EXPECT_EQ("", info.GetPrintableBuildID()); in TEST_F()
79 EXPECT_EQ("46414b455f4255494c445f4944", map_info_->GetPrintableBuildID()); in TEST_F()
90 EXPECT_EQ("faab1202", map_info_->GetPrintableBuildID()); in TEST_F()
188 EXPECT_EQ("454c465f4255494c444944", map_info_->GetPrintableBuildID()); in TEST_F()
200 EXPECT_EQ("6df0590c4920f4c7b9f34fe833f37d54", map_info.GetPrintableBuildID()); in TEST_F()
/system/core/libunwindstack/include/unwindstack/
DMapInfo.h108 std::string GetPrintableBuildID();
/system/core/libunwindstack/
DMapInfo.cpp339 std::string MapInfo::GetPrintableBuildID() { in GetPrintableBuildID() function in unwindstack::MapInfo
DUnwinder.cpp348 std::string build_id = map_info->GetPrintableBuildID(); in FormatFrame()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp287 std::string build_id = map_info->GetPrintableBuildID(); in dump_all_maps()