Home | History | Annotate | Download | only in toolbox

Lines Matching refs:wipe

28 static void wipe (const char *path);
32 fprintf(stderr, "wipe <system|data|all>\n\n"
49 wipe ("/system");
53 wipe ("/data");
57 wipe ("/system");
58 wipe ("/data");
63 wipe ("/system");
64 wipe ("/data");
81 static void wipe (const char *path)
134 wipe(newpath);