Home
last modified time | relevance | path

Searched defs:WipeBlockDevice (Results 1 – 4 of 4) sorted by relevance

/aosp12/bootable/recovery/updater/
H A Dsimulator_runtime.cpp84 int SimulatorRuntime::WipeBlockDevice(const std::string_view filename, size_t /* len */) const { in WipeBlockDevice() function in SimulatorRuntime
H A Dupdater_runtime.cpp146 int UpdaterRuntime::WipeBlockDevice(const std::string_view filename, size_t len) const { in WipeBlockDevice() function in UpdaterRuntime
/aosp12/build/make/tools/releasetools/
H A Dedify_generator.py281 def WipeBlockDevice(self, partition): member in EdifyGenerator
/aosp12/system/vold/
H A DUtils.cpp1014 status_t WipeBlockDevice(const std::string& path) { in WipeBlockDevice() function