Home
last modified time | relevance | path

Searched refs:dlhandles (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Dnode_binding.cc142 dlhandles; variable
168 auto it = dlhandles.find(&search); in wrapped_dlopen()
169 if (it != dlhandles.end()) { in wrapped_dlopen()
184 dlhandles.insert(wrap); in wrapped_dlopen()
196 dlhandles.erase(wrap); in wrapped_dlclose()