Home
last modified time | relevance | path

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

/foundation/arkui/napi/module_manager/
Dnative_module_manager.cpp417 std::string strModule(moduleName); in LoadNativeModule() local
418 std::string strCutName = strModule; in LoadNativeModule()
421 strModule = path; in LoadNativeModule()
424 strModule = prefix_ + '/' + moduleName; in LoadNativeModule()
427 if (strModule.find(".") != std::string::npos) { in LoadNativeModule()
442 NativeModule* nativeModule = FindNativeModuleByCache(strModule.c_str()); in LoadNativeModule()