Home | History | Annotate | Download | only in netd

Lines Matching refs:err_str

48 		const char *err_str = dlerror();
49 ALOGW("Warning (%s) while opening the net interface command library", err_str ? err_str : "unknown");
53 const char *err_str = dlerror();
54 ALOGW("Error (%s) while searching for the interface command init function", err_str ? err_str : "unknown");
61 const char *err_str = dlerror();
62 ALOGW("Error (%s) while searching for the interface command fini function", err_str ? err_str : "unknown");
66 const char *err_str = dlerror();
67 ALOGE("Error (%s) while searching for the interface command function", err_str ? err_str : "unknown");
82 const char *err_str = dlerror();
83 ALOGE("Error (%s) while closing the net interface command library", err_str ? err_str : "unknown");