Home
last modified time | relevance | path

Searched refs:appLibPathMap_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp88 for (const auto& item : appLibPathMap_) { in ~NativeModuleManager()
91 std::map<std::string, char*>().swap(appLibPathMap_); in ~NativeModuleManager()
250 loadPath = std::string(appLibPathMap_[pathKey]) + "/" + nativeModulePath[0]; in GetModuleFileName()
521 if (appLibPathMap_[moduleName] != nullptr) { in SetAppLibPath()
522 delete[] appLibPathMap_[moduleName]; in SetAppLibPath()
524 appLibPathMap_[moduleName] = tmp; in SetAppLibPath()
526 HILOG_DEBUG("path: %{public}s", appLibPathMap_[moduleName]); in SetAppLibPath()
729 prefix = appLibPathMap_[path]; in GetNativeModulePath()
1227 return pathKey && appLibPathMap_.find(pathKey) != appLibPathMap_ in IsExistedPath()
[all...]
H A Dnative_module_manager.h190 std::map<std::string, char*> appLibPathMap_; member in NativeModuleManager

Completed in 3 milliseconds