Searched refs:cmd_string (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/fastboot/ |
D | fb_command.c | 99 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/ |
D | network_emulator.py | 181 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/ |
D | fastboot.h | 122 int fastboot_handle_command(char *cmd_string, char *response);
|
/external/toolchain-utils/cros_utils/ |
D | logger.py | 141 cmd_string = 'CMD (%s): %s\n' % (host, cmd) 142 self._WriteTo(self.cmdfd, cmd_string, flush)
|
/external/libchrome/base/ |
D | command_line_unittest.cc | 370 CommandLine::StringType cmd_string(cl_program_path.GetCommandLineString()); in TEST() local 371 EXPECT_EQ(L"\"Program Path\"", cmd_string); in TEST()
|