Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_native_library_provider.cpp36 if (auto loadRes = EtsNativeLibrary::Load(s.str())) { in LoadFromPath() local
58 auto loadRes = LoadFromPath(GetLibraryPath(), name); in LoadLibrary() local
/arkcompiler/ets_frontend/ets2panda/util/
Dplugin.cpp29 if (auto loadRes = os::library_loader::Load(soName); loadRes.HasValue()) { local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp751 auto loadRes = os::library_loader::Load(libPath); in LoadAopTransformLibFunc() local