OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:just_exit
(Results
1 - 1
of
1
) sorted by null
/bootable/recovery/
recovery.cpp
56
{ "
just_exit
", no_argument, NULL, 'x' },
88
* --
just_exit
- do nothing; exit and reboot
834
bool
just_exit
= false;
local
845
case 'x':
just_exit
= true; break;
924
} else if (!
just_exit
) {
Completed in 84 milliseconds