Lines Matching defs:err_str
60 const char *err_str = dlerror();
61 ALOGW("Warning (%s) while opening the net interface command library", err_str ? err_str : "unknown");
65 const char *err_str = dlerror();
66 ALOGW("Error (%s) while searching for the interface command init function", err_str ? err_str : "unknown");
73 const char *err_str = dlerror();
74 ALOGW("Error (%s) while searching for the interface command fini function", err_str ? err_str : "unknown");
78 const char *err_str = dlerror();
79 ALOGE("Error (%s) while searching for the interface command function", err_str ? err_str : "unknown");
94 const char *err_str = dlerror();
95 ALOGE("Error (%s) while closing the net interface command library", err_str ? err_str : "unknown");