Home
last modified time | relevance | path

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

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