OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WIPE_DATA
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/
device.h
65
WIPE_DATA
= 5,
96
// either via a reboot from the main system with the --
wipe_data
flag,
device.cpp
40
Device::
WIPE_DATA
,
recovery.cpp
76
{ "
wipe_data
", no_argument, NULL, 'w' },
140
* --
wipe_data
- erase user data (and cache), then reboot
151
* 2. main system writes "--
wipe_data
" to /cache/recovery/command
153
* 4. get_args() writes BCB with "boot-recovery" and "--
wipe_data
"
847
static bool
wipe_data
(int should_confirm, Device* device) {
function
[
all
...]
Completed in 74 milliseconds