Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/rild/
Drild_cuttlefish.c107 const char *err_str = NULL; in main() local
180 err_str = dlerror(); in main()
181 if (err_str) { in main()
182 RLOGW("RIL_SAP_Init not defined or exported in %s: %s\n", rilLibPath, err_str); in main()
/device/generic/goldfish/radio/rild/
Drild_goldfish.c112 const char *err_str = NULL; in main() local
193 err_str = dlerror(); in main()
194 if (err_str) { in main()
195 RLOGW("RIL_SAP_Init not defined or exported in %s: %s\n", rilLibPath, err_str); in main()