Home
last modified time | relevance | path

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

/system/core/fastboot/
Dtask.cpp146 if (!reboot_task || reboot_task->GetTarget() != "fastboot") { in CanOptimize()
230 if (reboot_task->GetTarget() == "fastboot") { in Initialize()
Dtask.h78 std::string GetTarget() const { return reboot_target_; }; in GetTarget() function