Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElfInterface.h122 bool GetSoname(std::string* soname) override { in GetSoname()
143 bool GetSoname(std::string* soname) override { in GetSoname()
DElfInterface.cpp161 bool ElfInterface::GetSonameWithTemplate(std::string* soname) { in GetSonameWithTemplate()
/system/core/libnativeloader/
Dnative_loader.cpp288 for (const auto& soname : sonames) { in Initialize() local