Home
last modified time | relevance | path

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

/bootable/recovery/fastboot/
Dfastboot.cpp32 static const std::vector<std::pair<std::string, Device::BuiltinAction>> kFastbootMenuActions{ variable
67 std::transform(kFastbootMenuActions.cbegin(), kFastbootMenuActions.cend(), in StartFastboot()
81 return kFastbootMenuActions[chosen_item].second; in StartFastboot()