Lines Matching full:system
16 /* Directories created by init defined in system/rootdir/init.rc */
18 "/system/etc/ppp",
32 fprintf(stderr, "wipe <system|data|all>\n\n"
33 "system means '/system'\n"
47 if (0 == strcmp (whatToWipe, "system")) {
48 fprintf(stdout, "Wiping /system\n");
49 wipe ("/system");
56 fprintf(stdout, "Wiping /system and /data\n");
57 wipe ("/system");
59 fprintf(stdout, "Done wiping /system and /data\n");
63 wipe ("/system");