Searched refs:kMarkerFile (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/tools/ota/ |
D | check-lost+found.c | 34 static const char *kMarkerFile = "/data/misc/check-lost+found-rebooted-2"; variable 62 if (stat(kMarkerFile, &st)) { in main() 67 int fd = open(kMarkerFile, O_WRONLY|O_CREAT, 0444); in main() 69 fprintf(out, "Wrote %s, rebooting\n", kMarkerFile); in main() 91 fprintf(out, "Can't write %s: %s\n", kMarkerFile, strerror(errno)); in main() 94 fprintf(out, "Found %s\n", kMarkerFile); in main()
|