Lines Matching refs:appLibPathMap_
88 for (const auto& item : appLibPathMap_) {
91 std::map<std::string, char*>().swap(appLibPathMap_);
250 loadPath = std::string(appLibPathMap_[pathKey]) + "/" + nativeModulePath[0];
521 if (appLibPathMap_[moduleName] != nullptr) {
522 delete[] appLibPathMap_[moduleName];
524 appLibPathMap_[moduleName] = tmp;
526 HILOG_DEBUG("path: %{public}s", appLibPathMap_[moduleName]);
729 prefix = appLibPathMap_[path];
1227 return pathKey && appLibPathMap_.find(pathKey) != appLibPathMap_.end();