Searched refs:GetNativeModulePath (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/napi/module_manager/ |
H A D | native_module_manager.cpp | 235 … 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 D | native_module_manager.h | 131 bool GetNativeModulePath(const char* moduleName, const char* path, const char* relativePath,
|