Home | History | Annotate | Download | only in vold

Lines Matching refs:recovery

302 enum RebootType {reboot, recovery, shutdown};
310 case recovery:
311 property_set(ANDROID_RB_PROPERTY, "reboot,recovery");
1625 * recovery mode.
3242 SLOGE("encryption failed - rebooting into recovery to wipe data\n");
3243 mkdir("/cache/recovery", 0700);
3244 int fd = open("/cache/recovery/command", O_RDWR|O_CREAT|O_TRUNC, 0600);
3250 SLOGE("could not open /cache/recovery/command\n");
3252 cryptfs_reboot(recovery);