Searched refs:wipe (Results 1 – 14 of 14) sorted by relevance
/system/core/fastboot/device/ |
D | flashing.h | 25 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe);
|
D | flashing.cpp | 137 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe) { in UpdateSuper() argument 159 if (wipe || !old_metadata) { in UpdateSuper()
|
D | commands.cpp | 462 bool wipe = (args.size() >= 3 && args[2] == "wipe"); in UpdateSuperHandler() local 463 return UpdateSuper(device, args[1], wipe); in UpdateSuperHandler()
|
/system/extras/ext4_utils/ |
D | Android.bp | 9 "wipe.cpp",
|
/system/core/shell_and_utilities/ |
D | README.md | 44 umount uptime vmstat watchprops wipe 55 touch umount uptime vmstat watchprops wipe 67 sync top touch umount uptime vmstat watchprops wipe 79 stop swapoff swapon sync top touch umount uptime vmstat watchprops wipe 91 top touch umount uptime vmstat watchprops wipe
|
/system/sepolicy/public/ |
D | fastbootd.te | 113 # Write permission is required to wipe userdata
|
D | recovery.te | 84 # Required to e.g. wipe userdata/cache.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | fastbootd.te | 113 # Write permission is required to wipe userdata
|
D | recovery.te | 84 # Required to e.g. wipe userdata/cache.
|
/system/core/fastboot/ |
D | fastboot.cpp | 1194 …lTool(const ImageSource& source, const std::string& slot_override, bool skip_secondary, bool wipe); 1215 …llTool(const ImageSource& source, const std::string& slot_override, bool skip_secondary, bool wipe) in FlashAllTool() argument 1219 wipe_(wipe) in FlashAllTool() 1417 static void do_flashall(const std::string& slot_override, bool skip_secondary, bool wipe) { in do_flashall() argument 1418 FlashAllTool tool(LocalImageSource(), slot_override, skip_secondary, wipe); in do_flashall()
|
D | README.md | 199 If the last argument is "wipe", then all existing
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | recovery.te | 78 # Required to e.g. wipe userdata/cache.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | recovery.te | 81 # Required to e.g. wipe userdata/cache.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | recovery.te | 83 # Required to e.g. wipe userdata/cache.
|