HomeSort by relevance Sort by last modified time
    Searched refs:command_line (Results 26 - 34 of 34) sorted by null

12

  /external/chromium/base/
wmi_util.cc 106 bool WMIProcessUtil::Launch(const std::wstring& command_line, int* process_id) {
119 b_command_line.bstrVal = ::SysAllocString(command_line.c_str());
debug_util_win.cc 194 wchar_t command_line[1026]; local
195 if (StringReplace(reg_value, process_id, command_line,
196 arraysize(command_line))) {
203 if (CreateProcess(NULL, command_line, NULL, NULL, FALSE, 0, NULL, NULL,
command_line.cc 5 #include "base/command_line.h"
62 void CommandLine::ParseFromString(const std::wstring& command_line) {
63 TrimWhitespace(command_line, TRIM_ALL, &command_line_string_);
base.scons 342 'command_line.cc',
343 'command_line.h',
  /external/dbus/dbus/
dbus-shell.c 412 tokenize_command_line (const char *command_line, DBusError *error)
422 p = command_line;
612 * @command_line: command line to parse
618 _dbus_shell_parse_argv (const char *command_line,
630 if (!command_line)
636 tokens = tokenize_command_line (command_line, error);
639 _dbus_verbose ("No tokens for command line '%s'\n", command_line);
  /external/gtest/src/
gtest-death-test.cc 598 String command_line = String::Format("%s %s \"%s\"", local
620 const_cast<char*>(command_line.c_str()),
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 651 String command_line = String::Format("%s %s \"%s\"", local
673 const_cast<char*>(command_line.c_str()),
    [all...]
  /external/chromium/
Android.mk 16 base/command_line.cc \
  /external/v8/tools/
test.py 648 command_line = (['scons', '-Y', context.workspace, 'mode=' + ",".join(mode)]
651 output = ExecuteNoCapture(command_line, context)
    [all...]

Completed in 1460 milliseconds

12