Searched refs:GetCommandLineString (Results 1 – 13 of 13) sorted by relevance
| /external/libchrome/base/ |
| D | command_line_unittest.cc | 52 EXPECT_FALSE(cl.GetCommandLineString().empty()); in TEST() 118 EXPECT_FALSE(cl.GetCommandLineString().empty()); in TEST() 165 CommandLine cl_duplicate = CommandLine::FromString(cl.GetCommandLineString()); in TEST() 166 EXPECT_EQ(cl.GetCommandLineString(), cl_duplicate.GetCommandLineString()); in TEST() 174 EXPECT_TRUE(cl_from_string.GetCommandLineString().empty()); in TEST() 180 EXPECT_TRUE(cl_from_argv.GetCommandLineString().empty()); in TEST() 302 cl.GetCommandLineString()); in TEST() 318 cl.GetCommandLineString()); in TEST() 339 EXPECT_EQ(cl1.GetCommandLineString(), cl2.GetCommandLineString()); in TEST() 361 EXPECT_EQ(kProgram.value(), cl_program.GetCommandLineString()); in TEST() [all …]
|
| D | command_line.h | 114 StringType GetCommandLineString() const { in GetCommandLineString() function
|
| /external/cronet/base/ |
| D | command_line_unittest.cc | 70 EXPECT_FALSE(cl.GetCommandLineString().empty()); in TEST() 136 EXPECT_FALSE(cl.GetCommandLineString().empty()); in TEST() 183 CommandLine cl_duplicate = CommandLine::FromString(cl.GetCommandLineString()); in TEST() 184 EXPECT_EQ(cl.GetCommandLineString(), cl_duplicate.GetCommandLineString()); in TEST() 192 EXPECT_TRUE(cl_from_string.GetCommandLineString().empty()); in TEST() 198 EXPECT_TRUE(cl_from_argv.GetCommandLineString().empty()); in TEST() 305 cl.GetCommandLineString()); in TEST() 321 cl.GetCommandLineString()); in TEST() 730 EXPECT_FALSE(cl.GetCommandLineString().empty()); in TEST() 739 EXPECT_FALSE(cl_without_arg.GetCommandLineString().empty()); in TEST()
|
| D | command_line_fuzzer.cc | 131 std::ignore = command_line.GetCommandLineString(); in LLVMFuzzerTestOneInput()
|
| D | command_line.h | 128 StringType GetCommandLineString() const;
|
| D | command_line.cc | 613 CommandLine::StringType CommandLine::GetCommandLineString() const { in GetSwitchValueASCII() function in base::CommandLine 644 StringType command_line_string = GetCommandLineString(); in GetSwitchValueASCII()
|
| /external/cronet/base/process/ |
| D | launch_win.cc | 240 return LaunchProcess(cmdline.GetCommandLineString(), options); in LaunchProcess() 449 return GetAppOutput(cl.GetCommandLineString(), output); in GetAppOutput() 455 cl.GetCommandLineString(), true, output, &exit_code); in GetAppOutputAndError() 462 cl.GetCommandLineString(), false, output, exit_code); in GetAppOutputWithExitCode()
|
| /external/cronet/net/test/spawned_test_server/ |
| D | local_test_server_posix.cc | 142 LOG(ERROR) << "Running: " << python_command.GetCommandLineString(); in LaunchPython() 145 LOG(ERROR) << "Failed to launch " << python_command.GetCommandLineString(); in LaunchPython()
|
| D | local_test_server_win.cc | 110 LOG(ERROR) << "Failed to launch " << python_command.GetCommandLineString(); in LaunchPython()
|
| /external/cronet/base/win/ |
| D | scoped_process_information_unittest.cc | 54 MakeCmdLine(main_id).GetCommandLineString(); in DoCreateProcess()
|
| /external/libchrome/base/test/launcher/ |
| D | test_launcher.cc | 1277 fwprintf(stdout, L"\t%s\n", pair.second.GetCommandLineString().c_str()); in OnOutputTimeout() 1279 fprintf(stdout, "\t%s\n", pair.second.GetCommandLineString().c_str()); in OnOutputTimeout()
|
| /external/cronet/base/test/launcher/ |
| D | test_launcher.cc | 2182 fwprintf(stdout, L"\t%s\n", pair.second.GetCommandLineString().c_str()); in OnOutputTimeout() 2184 fprintf(stdout, "\t%s\n", pair.second.GetCommandLineString().c_str()); in OnOutputTimeout()
|
| /external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
| D | kernel32.sym | 1191 PUBLIC 74c8e 8 GetCommandLineString
|