Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dtask.h119 class DeleteTask : public Task {
121 DeleteTask(const FlashingPlan* _fp, const std::string& _pname);
H A Dtask.cpp282 DeleteTask::DeleteTask(const FlashingPlan* fp, const std::string& pname) : fp_(fp), pname_(pname){}; in DeleteTask() function in DeleteTask
284 void DeleteTask::Run() { in Run()
H A Dfastboot.cpp1885 tasks.emplace_back(std::make_unique<DeleteTask>(fp_, partition_name)); in HardcodedFlash()
2560 tasks.emplace_back(std::make_unique<DeleteTask>(fp.get(), partition)); in Main()