Home
last modified time | relevance | path

Searched refs:lib_name (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc696 String lib_name = parser.GetStringByIndex(str_index, str_table_index); in GetNeededLibsT() local
697 if (!lib_name.empty()) { in GetNeededLibsT()
698 result->push_back(lib_name); in GetNeededLibsT()