Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dvariables.h44 bool GetHasSlot(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
Dvariables.cpp262 bool GetHasSlot(FastbootDevice* device, const std::vector<std::string>& args, in GetHasSlot() function
Dcommands.cpp94 {FB_VAR_HAS_SLOT, {GetHasSlot, GetAllPartitionArgsNoSlot}}, in GetVarHandler()