Home | History | Annotate | Download | only in recovery

Lines Matching full:recovery_wipe

122 constexpr const char* RECOVERY_WIPE = "/etc/recovery.wipe";
987 // RECOVERY_WIPE.
997 if (!android::base::ReadFileToString(RECOVERY_WIPE, &partition_list)) {
998 LOGE("failed to read \"%s\".\n", RECOVERY_WIPE);