Searched refs:strCutName (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/napi/module_manager/ |
H A D | native_module_manager.cpp | 565 std::string strCutName = strModule; in LoadNativeModule() local 575 char* temp = const_cast<char*>(strCutName.c_str()); in LoadNativeModule() 590 if (!GetNativeModulePath(strCutName.c_str(), path, relativePath, isAppModule, nativeModulePath, NAPI_PATH_MAX)) { in LoadNativeModule() 641 HILOG_DEBUG("module '%{public}s' does not in cache", strCutName.c_str()); in LoadNativeModule() 642 nativeModule = FindNativeModuleByDisk(strCutName.c_str(), path, relativePath, internal, isAppModule, in LoadNativeModule()
|
Completed in 2 milliseconds