Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dext_client.cpp354 uv_lib_t uvLib; in WaitForExtent() local
356 int rc = uv_dlopen(path.c_str(), &uvLib); in WaitForExtent()
358 WRITE_LOG(LOG_FATAL, "uv_dlopen failed %s %s", path.c_str(), uv_dlerror(&uvLib)); in WaitForExtent()
361 RegistExecFunc(&uvLib); in WaitForExtent()
363 HandleLib(str, name, uvLib); in WaitForExtent()
364 uv_dlclose(&uvLib); in WaitForExtent()