Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dconstants.h18 #define FB_CMD_GETVAR "getvar" macro
H A Dfastboot_driver.cpp102 return RawCommand(FB_CMD_GETVAR ":" + key, val, info); in GetVar()
H A Dfastboot.cpp2407 if (command == FB_CMD_GETVAR) { in Main()
/aosp14/system/core/fastboot/device/
H A Dfastboot_device.cpp96 {FB_CMD_GETVAR, GetVarHandler}, in FastbootDevice()