Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dcommands.h43 bool GetVarHandler(FastbootDevice* device, const std::vector<std::string>& args);
Dfastboot_device.cpp49 {FB_CMD_GETVAR, GetVarHandler}, in FastbootDevice()
Dcommands.cpp105 bool GetVarHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GetVarHandler() function