Searched defs:wipe (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/rawbu/
H A Dbackup.cpp64 /* This is just copied from the shell's built-in wipe command. */
65 static int wipe (const char *path) function in namespace:android
109 // we do want to wipe its contents, but not the
136 if (wipe(newpath) == 0) {
530 if (!wipe("/data")) {

Completed in 29 milliseconds