Searched refs:err_str (Results 1 – 3 of 3) sorted by relevance
83 char const *err_str = dlerror(); in load() local84 ALOGE("load: module=%s\n%s", path, err_str?err_str:"unknown"); in load()
151 char *err_str = NULL; in main() local331 err_str = dlerror(); in main()332 if (err_str) { in main()333 RLOGW("RIL_SAP_Init not defined or exported in %s: %s\n", rilLibPath, err_str); in main()
600 char const *err_str = dlerror(); in closeModule() local601 ALOGE("%s dlclose failed, error: %s", __func__, err_str ?: "unknown"); in closeModule()