Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/fst/
Dfst_ctrl_iface.c86 char extra_str[128] = ""; in fst_ctrl_iface_notify() local
136 if (!format_session_state_extra(extra, extra_str, in fst_ctrl_iface_notify()
137 sizeof(extra_str))) { in fst_ctrl_iface_notify()
140 extra_str[0] = 0; in fst_ctrl_iface_notify()
153 extra_str); in fst_ctrl_iface_notify()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp37667 …jstring extra_str = static_cast<jstring>(env.CallObjectMethodA(intent, get_string_extra_method, &g… in get_args() local
37670 if (extra_str) { in get_args()
37671 const char *extra_utf = env.GetStringUTFChars(extra_str, nullptr); in get_args()
37673 env.ReleaseStringUTFChars(extra_str, extra_utf); in get_args()
37674 env.DeleteLocalRef(extra_str); in get_args()