Home
last modified time | relevance | path

Searched defs:loadRes (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
Dplugin.cpp29 if (auto loadRes = os::library_loader::Load(soName); loadRes.HasValue()) { local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_native_library_provider.cpp33 auto loadRes = EtsNativeLibrary::Load(name); in LoadLibrary() local