Searched refs:nlErrStr (Results 1 – 1 of 1) sorted by relevance
35 ALOGE("%s:%d '%s' failed with '%s'", __func__, __LINE__, C, nlErrStr((NLR))); \114 const char* nlErrStr(const int e) { return (e < 0) ? nl_geterror(e) : ""; } in nlErrStr() function