Home
last modified time | relevance | path

Searched defs:run_command_list (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/common/
Dcli.c75 int run_command_list(const char *cmd, int len, int flag) in run_command_list() function
/third_party/uboot/u-boot-2020.01/test/py/
Du_boot_console_base.py220 def run_command_list(self, cmds): member in ConsoleBase