OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INSTALL_ERROR
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/
install.h
22
enum { INSTALL_SUCCESS,
INSTALL_ERROR
, INSTALL_CORRUPT };
recovery.c
504
if (device_wipe_data()) status =
INSTALL_ERROR
;
505
if (erase_root("DATA:")) status =
INSTALL_ERROR
;
506
if (wipe_cache && erase_root("CACHE:")) status =
INSTALL_ERROR
;
509
if (wipe_cache && erase_root("CACHE:")) status =
INSTALL_ERROR
;
512
status =
INSTALL_ERROR
; // No command specified
install.c
153
return
INSTALL_ERROR
;
Completed in 30 milliseconds