OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yes_no
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
recovery.cpp
838
static bool
yes_no
(Device* device, const char* question1, const char* question2) {
function
848
if (should_confirm && !
yes_no
(device, "Wipe all user data?", " THIS CAN NOT BE UNDONE!")) {
871
if (should_confirm && !
yes_no
(device, "Wipe cache?", " THIS CAN NOT BE UNDONE!")) {
[
all
...]
/external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c
200
static const char *
yes_no
(int val)
function
220
wpa_printf(MSG_DEBUG, "\tLatest Key Tx....: %s",
yes_no
(body->ltx));
221
wpa_printf(MSG_DEBUG, "\tLatest Key Rx....: %s",
yes_no
(body->lrx));
223
wpa_printf(MSG_DEBUG, "\tOld Key Tx....: %s",
yes_no
(body->otx));
224
wpa_printf(MSG_DEBUG, "\tOld Key Rx....: %s",
yes_no
(body->orx));
225
wpa_printf(MSG_DEBUG, "\tPlain Key Tx....: %s",
yes_no
(body->ptx));
226
wpa_printf(MSG_DEBUG, "\tPlain Key Rx....: %s",
yes_no
(body->prx));
228
yes_no
(body->delay_protect));
[
all
...]
Completed in 132 milliseconds