Searched refs:GetTarget (Results 1 – 2 of 2) sorted by relevance
146 if (!reboot_task || reboot_task->GetTarget() != "fastboot") { in CanOptimize()230 if (reboot_task->GetTarget() == "fastboot") { in Initialize()
78 std::string GetTarget() const { return reboot_target_; }; in GetTarget() function