Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp235 … if (!GetNativeModulePath(moduleName, pathKey, "", isAppModule, nativeModulePath, NAPI_PATH_MAX)) { in GetModuleFileName()
590 …if (!GetNativeModulePath(strCutName.c_str(), path, relativePath, isAppModule, nativeModulePath, NA… in LoadNativeModule()
607 …if (!GetNativeModulePath(moduleName, prefixTmp.c_str(), relativePath, isAppModule, nativeModulePat… in LoadNativeModule()
681 bool NativeModuleManager::GetNativeModulePath(const char* moduleName, const char* path, in GetNativeModulePath() function in NativeModuleManager
H A Dnative_module_manager.h131 bool GetNativeModulePath(const char* moduleName, const char* path, const char* relativePath,