Home
last modified time | relevance | path

Searched defs:loadRes (Results 1 – 4 of 4) 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.cpp41 if (auto loadRes = EtsNativeLibrary::Load(s.str())) { in LoadFromPath() local
89 auto loadRes = LoadFromPath(GetLibraryPath(), name); in LoadLibrary() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp752 auto loadRes = os::library_loader::Load(libPath); in LoadAopTransformLibFunc() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js40343 loadRes(t, e, i, s) { method in anonymousFunction63e674a939400.eI