Home
last modified time | relevance | path

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

/system/core/fastboot/
Dconstants.h35 #define FB_CMD_OEM "oem" macro
Dfastboot.cpp1930 } else if (command == FB_CMD_OEM) { in Main()
1931 do_oem_command(FB_CMD_OEM, &args); in Main()
/system/core/fastboot/device/
Dfastboot_device.cpp55 {FB_CMD_OEM, OemCmdHandler}, in FastbootDevice()
141 cmd_name = FB_CMD_OEM; in ExecuteCommands()