Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dtask.h41 virtual WipeTask* AsWipeTask() { return nullptr; } in AsWipeTask() function
132 virtual WipeTask* AsWipeTask() override { return this; } in AsWipeTask() function
H A Dfastboot.cpp1750 if (auto wipe_task = tasks[i]->AsWipeTask()) { in ParseFastbootInfo()