Home
last modified time | relevance | path

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

/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
Dmodule_manager_test.cpp226 moduleManager->CreateLdNamespace(moduleName, libPath, true);
244 moduleManager->CreateLdNamespace(moduleName, libPath, false);
/foundation/arkui/napi/module_manager/
Dnative_module_manager.h108 …void CreateLdNamespace(const std::string moduleName, const char* lib_ld_path, const bool& isSystem…
Dnative_module_manager.cpp318 void NativeModuleManager::CreateLdNamespace(const std::string moduleName, const char* lib_ld_path, in CreateLdNamespace() function in NativeModuleManager
403 CreateLdNamespace(moduleName, tmp, isSystemApp); in SetAppLibPath()