Searched refs:cmd_string (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectHelp.cpp | 131 std::string cmd_string; in DoExecute() local 132 command.GetCommandString(cmd_string); in DoExecute() 135 s.Printf("ambiguous command %s", cmd_string.c_str()); in DoExecute() 147 &error_msg_stream, cmd_string.c_str(), in DoExecute() 154 &result.GetOutputStream(), cmd_string.c_str(), in DoExecute()
|
/external/webrtc/tools_webrtc/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/toolchain-utils/cros_utils/ |
D | logger.py | 145 cmd_string = 'CMD (%s): %s\n' % (host, cmd) 146 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()
|