MCPcopy Create free account
hub / github.com/cvmfs/cvmfs / OpenLibrary

Function OpenLibrary

cvmfs/loader.cc:475–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473
474
475static void *OpenLibrary(const string &path) {
476 return dlopen(path.c_str(), RTLD_NOW | RTLD_LOCAL);
477}
478
479
480static void CloseLibrary() {

Callers 1

LoadLibraryFunction · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected