Searched defs:GetSoname (Results 1 – 4 of 4) sorted by relevance
| /system/unwinding/libunwindstack/ | ||
| D | Elf.cpp | 99 std::string Elf::GetSoname() { in GetSoname() function in unwindstack::Elf |
| D | ElfInterface.cpp | 434 std::string ElfInterfaceImpl<ElfTypes>::GetSoname() { in GetSoname() function in unwindstack::ElfInterfaceImpl |
| /system/unwinding/libunwindstack/tests/ | ||
| D | ElfFake.h | 74 std::string GetSoname() override { return fake_soname_; } in GetSoname() function |
| D | ElfTest.cpp | 334 std::string GetSoname() override { return ""; } in GetSoname() function in unwindstack::ElfInterfaceMock |