Home
last modified time | relevance | path

Searched refs:strModule (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp564 std::string strModule(moduleName); in LoadNativeModule() local
565 std::string strCutName = strModule; in LoadNativeModule()
568 strModule = path; in LoadNativeModule()
571 strModule = prefixTmp + '/' + moduleName; in LoadNativeModule()
574 if (strModule.find(".") != std::string::npos) { in LoadNativeModule()
596 …FindNativeModuleByCache(strModule.c_str(), nativeModulePath, cacheNativeModule, cacheHeadTailNativ… in LoadNativeModule()
625 … nativeModule = FindNativeModuleByCache(strModule.c_str(), nativeModulePath, cacheNativeModule, in LoadNativeModule()