HomeSort by relevance Sort by last modified time
    Searched full:appendarguments (Results 1 - 4 of 4) sorted by null

  /external/libmojo/base/android/
command_line_android.cc 28 CommandLine::ForCurrentProcess()->AppendArguments(extra_command_line,
86 // have to round-trip via AppendArguments.
  /external/libchrome/base/
command_line_unittest.cc 328 // Tests that when AppendArguments is called that the program is set correctly
331 TEST(CommandLineTest, AppendArguments) {
337 cl2.AppendArguments(cl1, true);
346 c1.AppendArguments(c2, true);
command_line.h 205 void AppendArguments(const CommandLine& other, bool include_program);
command_line.cc 401 void CommandLine::AppendArguments(const CommandLine& other,

Completed in 89 milliseconds