Searched refs:cmd_string (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_util.cc61 // If Google Update is present at system-level, sets |cmd_string| to the command
63 // Otherwise, clears |cmd_string| and returns false.
64 bool GetUserLevelGoogleUpdateInstallCommandLine(base::string16* cmd_string) { argument
65 cmd_string->clear();
79 *cmd_string = cmd.GetCommandLineString();
81 return !cmd_string->empty();
84 // Launches command |cmd_string|, and waits for |timeout| milliseconds before
89 bool LaunchProcessAndWaitWithTimeout(const base::string16& cmd_string, argument
94 VLOG(0) << "Launching: " << cmd_string;
95 if (!base::LaunchProcess(cmd_string, bas
121 base::string16 cmd_string; local
[all...]
/external/lldb/source/Commands/
H A DCommandObjectSyntax.cpp99 std::string cmd_string; local
100 command.GetCommandString (cmd_string);
101 result.AppendErrorWithFormat ("'%s' is not a known command.\n", cmd_string.c_str());
H A DCommandObjectHelp.cpp120 std::string cmd_string; local
121 command.GetCommandString (cmd_string);
125 s.Printf ("ambiguous command %s", cmd_string.c_str());
140 cmd_string.c_str());
149 cmd_string.c_str(),
/external/chromium-trace/trace-viewer/src/cc/
H A Dpicture_test.js38 assertEquals('Save', op0.cmd_string);
H A Dpicture_ops_list_view.js69 item.textContent = i + ') ' + op.cmd_string;
152 switch (op.cmd_string) {
/external/chromium_org/base/
H A Dcommand_line_unittest.cc350 CommandLine::StringType cmd_string(cl_program_path.GetCommandLineString());
351 EXPECT_EQ(L"\"Program Path\"", cmd_string);
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py1157 cmd_string = string.join(map(self.escape, cmd), ' ')
1159 sys.stderr.write(cmd_string + "\n")

Completed in 193 milliseconds