Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/bindings/native/include/
Ddynamic-loader.h25 inline void *LoadLibrary(const std::string &libPath) in LoadLibrary() function
49 inline void *LoadLibrary(const std::string &libPath) in LoadLibrary() function
88 inline void *LoadLibrary(const std::string &libPath) in LoadLibrary() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_native_library_provider.cpp75 std::optional<std::string> NativeLibraryProvider::LoadLibrary(EtsEnv *env, const PandaString &name, in LoadLibrary() function in ark::ets::NativeLibraryProvider
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core.cpp131 extern "C" void LoadLibrary(ark::ets::EtsString *name) in LoadLibrary() function