Lines Matching refs:loadPath

231     std::string loadPath;  in GetModuleFileName()  local
237 return loadPath; in GetModuleFileName()
245 return loadPath; in GetModuleFileName()
247 loadPath = nativeModulePath[0]; in GetModuleFileName()
250 loadPath = std::string(appLibPathMap_[pathKey]) + "/" + nativeModulePath[0]; in GetModuleFileName()
253 return loadPath; in GetModuleFileName()
1001 char* loadPath = nativeModulePath[0]; in FindNativeModuleByDisk() local
1002 …LOG_DEBUG("moduleName is %{public}s. get primary module path is %{public}s", moduleName, loadPath); in FindNativeModuleByDisk()
1005 LIBHANDLE lib = LoadModuleLibrary(moduleKey, loadPath, path, isAppModule, errInfo, errReason0); in FindNativeModuleByDisk()
1008 loadPath = nativeModulePath[1]; in FindNativeModuleByDisk()
1009 HILOG_DEBUG("try to load secondary module path: %{public}s", loadPath); in FindNativeModuleByDisk()
1011 lib = LoadModuleLibrary(moduleKey, loadPath, path, isAppModule, errInfo, errReason1); in FindNativeModuleByDisk()
1026 loadPath = nativeModulePath[2]; // 2 : Element index value in FindNativeModuleByDisk()
1027 HILOG_DEBUG("try to load abc module path: %{public}s", loadPath); in FindNativeModuleByDisk()
1028 abcBuffer = GetFileBuffer(loadPath, moduleKey, len); in FindNativeModuleByDisk()
1030 errInfo += "\ntry to load abc file from " + std::string(loadPath) + " failed"; in FindNativeModuleByDisk()
1045 tailNativeModule_->systemFilePath = strdup(loadPath); in FindNativeModuleByDisk()
1075 HILOG_DEBUG("ignore: no %{public}s in %{public}s", symbol, loadPath); in FindNativeModuleByDisk()
1089 tailNativeModule_->systemFilePath = strdup(loadPath); in FindNativeModuleByDisk()