Home
last modified time | relevance | path

Searched defs:GetSoname (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/
DElf.cpp96 std::string Elf::GetSoname() { in GetSoname() function in unwindstack::Elf
DElfInterface.cpp369 std::string ElfInterfaceImpl<ElfTypes>::GetSoname() { in GetSoname() function in unwindstack::ElfInterfaceImpl
/system/unwinding/libunwindstack/tests/
DElfFake.h74 std::string GetSoname() override { return fake_soname_; } in GetSoname() function
DElfTest.cpp347 std::string GetSoname() override { return ""; } in GetSoname() function in unwindstack::ElfInterfaceMock