Home
last modified time | relevance | path

Searched refs:WipeAbDevice (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/install/include/install/
Dwipe_device.h26 bool WipeAbDevice(Device* device, size_t wipe_package_size);
/bootable/recovery/install/
Dwipe_device.cpp170 bool WipeAbDevice(Device* device, size_t wipe_package_size) { in WipeAbDevice() function
/bootable/recovery/
Drecovery.cpp823 if (!WipeAbDevice(device, wipe_package_size)) { in start_recovery()