Home
last modified time | relevance | path

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

/external/u-boot/drivers/fastboot/
Dfb_command.c99 int fastboot_handle_command(char *cmd_string, char *response) in fastboot_handle_command() argument
104 cmd_parameter = cmd_string; in fastboot_handle_command()
108 if (!strcmp(commands[i].command, cmd_string)) { in fastboot_handle_command()
119 pr_err("command %s not recognized.\n", cmd_string); in fastboot_handle_command()
/external/webrtc/tools/network_emulator/
Dnetwork_emulator.py181 cmd_string = ' '.join(cmd_list)
182 logging.debug('Running command: %s', cmd_string)
187 raise NetworkEmulatorError(fail_msg, cmd_string, process.returncode, output,
/external/u-boot/include/
Dfastboot.h122 int fastboot_handle_command(char *cmd_string, char *response);
/external/toolchain-utils/cros_utils/
Dlogger.py141 cmd_string = 'CMD (%s): %s\n' % (host, cmd)
142 self._WriteTo(self.cmdfd, cmd_string, flush)
/external/libchrome/base/
Dcommand_line_unittest.cc370 CommandLine::StringType cmd_string(cl_program_path.GetCommandLineString()); in TEST() local
371 EXPECT_EQ(L"\"Program Path\"", cmd_string); in TEST()