MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / dlerror

Function dlerror

framework/src/bundle/BundleUtils.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32# define RTLD_LAZY 0 // unused
33
34std::string
35dlerror(void)
36{
37 return cppmicroservices::util::GetLastWin32ErrorStr();
38}
39
40void*
41dlopen(char const* path, int)

Callers 4

GetSymbolFunction · 0.85
LoadMethod · 0.85
UnloadMethod · 0.85

Calls 1

GetLastWin32ErrorStrFunction · 0.85

Tested by

no test coverage detected