Home
last modified time | relevance | path

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

/system/vold/
DUtils.h110 status_t WipeBlockDevice(const std::string& path);
DUtils.cpp637 status_t WipeBlockDevice(const std::string& path) { in WipeBlockDevice() function
/system/vold/model/
DPublicVolume.cpp287 if (WipeBlockDevice(mDevPath) != OK) { in doFormat()