Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElfInterface.h122 bool GetSoname(std::string* soname) override { in GetSoname() function
143 bool GetSoname(std::string* soname) override { in GetSoname() function
DElf.h44 bool GetSoname(std::string* name) { in GetSoname() function
/system/core/libunwindstack/tests/
DRegsTest.cpp45 bool GetSoname(std::string*) override { return false; } in GetSoname() function in ElfInterfaceFake