Home
last modified time | relevance | path

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

/device/generic/goldfish/wifi/mac80211_create_radios/
Dmain.cpp35 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