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

/frameworks/base/core/java/android/service/persistentdata/
H A DPersistentDataBlockManager.java88 * {@link #wipe} will block any further {@link #write} operation until reboot,
149 public void wipe() { method in class:PersistentDataBlockManager
151 sService.wipe();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilterGraph.java531 void wipe() { method in class:FilterGraph
/frameworks/native/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
135 if (wipe(newpath) == 0) {
529 if (!wipe("/data")) {

Completed in 122 milliseconds