Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
475
static void *OpenLibrary(const string &path) {
476
return dlopen(path.c_str(), RTLD_NOW | RTLD_LOCAL);
477
}
478
479
480
static void CloseLibrary() {
Callers
1
LoadLibrary
Function · 0.85
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected