Searched refs:libh_ (Results 1 - 2 of 2) sorted by last modified time

/system/netd/
H A DInterfaceController.cpp46 libh_ = dlopen(if_cmd_lib_file_name, RTLD_NOW | RTLD_LOCAL);
47 if (libh_ == NULL) {
51 sendCommandInit_ = (int (*)(void))dlsym(libh_, set_cmd_init_func_name);
59 sendCommandFini_ = (int (*)(void))dlsym(libh_, set_cmd_fini_func_name);
64 sendCommand_ = (int (*)(int, char **, char **))dlsym(libh_, set_cmd_func_name);
79 if (libh_) {
80 int err = dlclose(libh_);
H A DInterfaceController.h38 void *libh_; member in class:InterfaceController

Completed in 327 milliseconds