Searched refs:appLibPath (Results 1 – 4 of 4) sorted by relevance
245 std::vector<std::string> appLibPath; variable246 moduleManager->SetAppLibPath(moduleName, appLibPath, false);
74 void SetAppLibPath(const std::string& moduleName, const std::vector<std::string>& appLibPath,
367 …leManager::SetAppLibPath(const std::string& moduleName, const std::vector<std::string>& appLibPath, in SetAppLibPath() argument381 for (size_t i = 0; i < appLibPath.size(); i++) { in SetAppLibPath()382 if (appLibPath[i].empty()) { in SetAppLibPath()385 tmpPath += appLibPath[i]; in SetAppLibPath()
661 for (const auto &appLibPath : appLibPaths) { in SetAppLibPath() local662 moduleManager->SetAppLibPath(appLibPath.first, appLibPath.second, isSystemApp); in SetAppLibPath()