Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dwipe_data.cpp87 bool WipeCache(RecoveryUI* ui, const std::function<bool()>& confirm_func) { in WipeCache() argument
94 if (confirm_func && !confirm_func()) { in WipeCache()
/bootable/recovery/
Drecovery.cpp536 std::function<bool()> confirm_func = [&device]() { in prompt_and_wait() local
539 WipeCache(ui, ui->IsTextVisible() ? confirm_func : nullptr); in prompt_and_wait()