Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dcli.c33 int run_command(const char *cmd, int flag) in run_command() function
/rk3399_rockchip-uboot/test/py/
H A Du_boot_console_base.py141 def run_command(self, cmd, wait_for_echo=True, send_nl=True, member in ConsoleBase