Home
last modified time | relevance | path

Searched refs:lib_ (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/
H A Dnode_binding.cc371 int ret = uv_dlopen(filename_.c_str(), &lib_); in Open()
373 handle_ = static_cast<void*>(lib_.handle); in Open()
376 errmsg_ = uv_dlerror(&lib_); in Open()
377 uv_dlclose(&lib_); in Open()
385 uv_dlclose(&lib_); in Close()
391 if (0 == uv_dlsym(&lib_, name, &address)) return address; in GetSymbolAddress()
H A Dnode_binding.h97 uv_lib_t lib_; member in node::binding::DLib
/third_party/toybox/scripts/
H A Dmake.sh299 X=${i/lib\//lib_}

Completed in 3 milliseconds