Home
last modified time | relevance | path

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

/external/libbrillo/brillo/blkdev_utils/
Ddevice_mapper.cc220 auto wipe_task = dm_task_factory_.Run(DM_DEVICE_RELOAD); in WipeTable() local
222 if (!wipe_task->SetName(name)) { in WipeTable()
227 if (!wipe_task->AddTarget(0, total_size, "error", SecureBlob())) { in WipeTable()
232 if (!wipe_task->Run()) { in WipeTable()