Searched refs:GetNativeLibraryPath (Results 1 – 3 of 3) sorted by relevance
1054 std::string nativeLibraryPath = (infos.begin()->second).GetNativeLibraryPath(); in CheckMultiNativeSo()1057 if (info.second.GetNativeLibraryPath().empty()) { in CheckMultiNativeSo()1061 nativeLibraryPath = info.second.GetNativeLibraryPath(); in CheckMultiNativeSo()
1332 ProcessOldNativeLibraryPath(newInfos, oldInfo.GetVersionCode(), oldInfo.GetNativeLibraryPath()); in ProcessBundleInstall()4334 if (oldInfo.GetNativeLibraryPath().empty()) { in CheckNativeSoWithOldInfo()4340 bool newInfoHasSo = !newInfo.GetNativeLibraryPath().empty(); in CheckNativeSoWithOldInfo()4344 item.second.SetNativeLibraryPath(oldInfo.GetNativeLibraryPath()); in CheckNativeSoWithOldInfo()5716 if (oldInfo.GetNativeLibraryPath().empty()) { in NeedDeleteOldNativeLib()
1606 const std::string &GetNativeLibraryPath() const in GetNativeLibraryPath() function