Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dvariables.h25 bool GetBootloaderVersion(FastbootDevice* device, const std::vector<std::string>& args,
Dvariables.cpp59 bool GetBootloaderVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBootloaderVersion() function
Dcommands.cpp118 {FB_VAR_VERSION_BOOTLOADER, {GetBootloaderVersion, nullptr}}, in GetVarHandler()