Home
last modified time | relevance | path

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

/system/netd/
DInterfaceController.cpp62 const char *err_str = dlerror(); in InterfaceController() local
63 …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() local
68 …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() local
76 …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() local
81 …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() local
97 …ALOGE("Error (%s) while closing the net interface command library", err_str ? err_str : "unknown"); in ~InterfaceController()