Home | History | Annotate | Download | only in vold

Lines Matching refs:recovery

76 static void cryptfs_reboot(int recovery)
78 if (recovery) {
79 property_set(ANDROID_RB_PROPERTY, "reboot,recovery");
1868 SLOGE("encryption failed - rebooting into recovery to wipe data\n");
1869 mkdir("/cache/recovery", 0700);
1870 int fd = open("/cache/recovery/command", O_RDWR|O_CREAT|O_TRUNC, 0600);
1875 SLOGE("could not open /cache/recovery/command\n");