Searched defs:soname (Results 1 – 3 of 3) sorted by relevance
64 #define DEFINE_INIT_PROXY_LIBRARY(soname) \ argument
98 const std::string& soname() const { return m_SOName; } in soname() function
2139 String soname = line.trim().split(" ")[0]; in readPublicLibrariesListFile() local