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

/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_util.cc65 // If Google Update is present at system-level, sets |cmd_string| to the command
67 // Otherwise, clears |cmd_string| and returns false.
68 bool GetUserLevelGoogleUpdateInstallCommandLine(string16* cmd_string) { argument
69 cmd_string->clear();
83 *cmd_string = cmd.GetCommandLineString();
85 return !cmd_string->empty();
88 // Launches command |cmd_string|, and waits for |timeout| milliseconds before
93 bool LaunchProcessAndWaitWithTimeout(const string16& cmd_string, argument
98 LOG(INFO) << "Launching: " << cmd_string;
99 if (!base::LaunchProcess(cmd_string, bas
183 string16 cmd_string; local
[all...]

Completed in 101 milliseconds