Searched refs:lib_name (Results 1 – 2 of 2) sorted by relevance
76 <meta-data android:name="android.app.lib_name"91 - The android:name attribute of the meta-data tag must be in the form of android.app.lib_name92 where lib_name is the name of the module without the lib prefix and .so suffix.
696 String lib_name = parser.GetStringByIndex(str_index, str_table_index); in GetNeededLibsT() local697 if (!lib_name.empty()) { in GetNeededLibsT()698 result->push_back(lib_name); in GetNeededLibsT()