Searched refs:err_str (Results 1 – 1 of 1) sorted by relevance
62 const char *err_str = dlerror(); in InterfaceController() local63 …ALOGW("Warning (%s) while opening the net interface command library", err_str ? err_str : "unknown… in InterfaceController()67 const char *err_str = dlerror(); in InterfaceController() local68 …ALOGW("Error (%s) while searching for the interface command init function", err_str ? err_str : "u… in InterfaceController()75 const char *err_str = dlerror(); in InterfaceController() local76 …ALOGW("Error (%s) while searching for the interface command fini function", err_str ? err_str : "u… in InterfaceController()80 const char *err_str = dlerror(); in InterfaceController() local81 …ALOGE("Error (%s) while searching for the interface command function", err_str ? err_str : "unknow… in InterfaceController()96 const char *err_str = dlerror(); in ~InterfaceController() local97 …ALOGE("Error (%s) while closing the net interface command library", err_str ? err_str : "unknown"); in ~InterfaceController()