Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/persistentdata/
H A DIPersistentDataBlockService.aidl32 void wipe(); in wipe() method
H A DPersistentDataBlockManager.java150 public void wipe() { in wipe() method in PersistentDataBlockManager
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DPreRebootLogger.java106 private static void wipe(@NonNull File dumpDir) { in wipe() method in PreRebootLogger
/aosp14/system/core/fastboot/device/
H A Dflashing.cpp211 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe) { in UpdateSuper()
H A Dcommands.cpp638 bool wipe = (args.size() >= 3 && args[2] == "wipe"); in UpdateSuperHandler() local
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilterGraph.java531 void wipe() { in wipe() method in FilterGraph
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp316 bool SnapshotManager::FinishedSnapshotWrites(bool wipe) { in FinishedSnapshotWrites()
4085 bool SnapshotManager::UpdateForwardMergeIndicator(bool wipe) { in UpdateForwardMergeIndicator()