HomeSort by relevance Sort by last modified time
    Searched full:whattowipe (Results 1 - 1 of 1) sorted by null

  /system/core/toolbox/
wipe.c 41 char *whatToWipe;
45 whatToWipe = argv[1];
47 if (0 == strcmp (whatToWipe, "system")) {
51 } else if (0 == strcmp (whatToWipe, "data")) {
55 } else if (0 == strcmp (whatToWipe, "all")) {
60 } else if (0 == strcmp(whatToWipe, "nuke")) {

Completed in 37 milliseconds