Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_namespace_manager.h26 using AppBundleModuleNamePathMap = std::map<std::string, std::string>; variable
30 …static void SetAppLibPaths(const AppBundleModuleNamePathMap &appModuleNames, CreateNamespaceCallba…
Dets_namespace_manager.cpp23 PANDA_PUBLIC_API void EtsNamespaceManager::SetAppLibPaths(const AppBundleModuleNamePathMap &appModu… in SetAppLibPaths()