Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_namespace_manager.cpp23 …BLIC_API void EtsNamespaceManager::SetAppLibPaths(const AppBundleModuleNamePathMap &appModuleNames, in SetAppLibPaths() argument
27 if (appModuleNames.empty()) { in SetAppLibPaths()
33 for (const auto &bundleModuleName : appModuleNames) { in SetAppLibPaths()
Dets_namespace_manager.h30 …static void SetAppLibPaths(const AppBundleModuleNamePathMap &appModuleNames, CreateNamespaceCallba…