MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / dlopen

Function dlopen

lite/src/misc.h:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224// full path, we should not use "access(a, b)" to verify it.
225#define access(a, b) false
226static inline void* dlopen(const char* file, int) {
227 return static_cast<void*>(LoadLibrary(file));
228}
229
230static inline char* dlerror() {
231 const char* errmsg = "dlerror not aviable in windows";

Callers 2

set_loader_lib_pathMethod · 0.70
load_libMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected