Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dfastboot_device.cpp225 std::string cmd_name; in ExecuteCommands() local
228 cmd_name = FB_CMD_OEM; in ExecuteCommands()
231 cmd_name = args[0]; in ExecuteCommands()
234 auto found_command = kCommandMap.find(cmd_name); in ExecuteCommands()