Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectHelp.cpp131 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/
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/toolchain-utils/cros_utils/
Dlogger.py145 cmd_string = 'CMD (%s): %s\n' % (host, cmd)
146 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()