Searched refs:appLibPath (Results 1 – 5 of 5) sorted by relevance
149 std::string appLibPath = g_bundleInfo.applicationInfo.nativeLibraryPath; in GetDebugLayerPaths() local150 if (!appLibPath.empty()) { in GetDebugLayerPaths()151 layerPaths.push_back(pathStr + appLibPath + "/"); in GetDebugLayerPaths()
249 std::vector<std::string> appLibPath; variable250 moduleManager->SetAppLibPath(moduleName, appLibPath, false);
497 …leManager::SetAppLibPath(const std::string& moduleName, const std::vector<std::string>& appLibPath, in SetAppLibPath() argument503 for (size_t i = 0; i < appLibPath.size(); i++) { in SetAppLibPath()504 if (appLibPath[i].empty()) { in SetAppLibPath()507 tmpPath += appLibPath[i]; in SetAppLibPath()
85 void SetAppLibPath(const std::string& moduleName, const std::vector<std::string>& appLibPath,
901 for (const auto &appLibPath : appLibPaths) { in SetAppLibPath() local902 moduleManager->SetAppLibPath(appLibPath.first, appLibPath.second, isSystemApp); in SetAppLibPath()