Home
last modified time | relevance | path

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

/bootable/recovery/edify/include/edify/
Dupdater_runtime_interface.h62 virtual int WipeBlockDevice(const std::string_view filename, size_t len) const = 0;
/bootable/recovery/updater/include/updater/
Dupdater_runtime.h52 int WipeBlockDevice(const std::string_view filename, size_t len) const override;
Dsimulator_runtime.h49 int WipeBlockDevice(const std::string_view filename, size_t len) const override;
/bootable/recovery/updater/
Dsimulator_runtime.cpp84 int SimulatorRuntime::WipeBlockDevice(const std::string_view filename, size_t /* len */) const { in WipeBlockDevice() function in SimulatorRuntime
Dupdater_runtime.cpp146 int UpdaterRuntime::WipeBlockDevice(const std::string_view filename, size_t len) const { in WipeBlockDevice() function in UpdaterRuntime
Dinstall.cpp829 int status = updater_runtime->WipeBlockDevice(filename, len); in WipeBlockDeviceFn()