/aosp_15_r20/external/libchrome/base/ |
H A 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 …]
|
H A D | command_line.h | 114 StringType GetCommandLineString() const { in GetCommandLineString() function
|
/aosp_15_r20/external/cronet/base/ |
H A D | command_line_unittest.cc | 74 EXPECT_FALSE(cl.GetCommandLineString().empty()); in TEST() 151 EXPECT_FALSE(cl.GetCommandLineString().empty()); in TEST() 198 CommandLine cl_duplicate = CommandLine::FromString(cl.GetCommandLineString()); in TEST() 199 EXPECT_EQ(cl.GetCommandLineString(), cl_duplicate.GetCommandLineString()); in TEST() 207 EXPECT_TRUE(cl_from_string.GetCommandLineString().empty()); in TEST() 213 EXPECT_TRUE(cl_from_argv.GetCommandLineString().empty()); in TEST() 320 cl.GetCommandLineString()); in TEST() 336 cl.GetCommandLineString()); in TEST() 815 EXPECT_FALSE(cl.GetCommandLineString().empty()); in TEST() 824 EXPECT_FALSE(cl_without_arg.GetCommandLineString().empty()); in TEST()
|
H A D | command_line_fuzzer.cc | 131 std::ignore = command_line.GetCommandLineString(); in LLVMFuzzerTestOneInput()
|
H A D | command_line.cc | 651 CommandLine::StringType CommandLine::GetCommandLineString() const { in GetSwitchValueASCII() function in base::CommandLine 682 StringType command_line_string = GetCommandLineString(); in GetSwitchValueASCII()
|
H A D | command_line.h | 138 StringType GetCommandLineString() const;
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | launch_win.cc | 240 return LaunchProcess(cmdline.GetCommandLineString(), options); in LaunchProcess() 453 return GetAppOutput(cl.GetCommandLineString(), output); in GetAppOutput() 459 cl.GetCommandLineString(), true, output, &exit_code); in GetAppOutputAndError() 466 cl.GetCommandLineString(), false, output, exit_code); in GetAppOutputWithExitCode()
|
/aosp_15_r20/external/cronet/net/test/spawned_test_server/ |
H A 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()
|
H A D | local_test_server_win.cc | 110 LOG(ERROR) << "Failed to launch " << python_command.GetCommandLineString(); in LaunchPython()
|
/aosp_15_r20/external/cronet/testing/libfuzzer/ |
H A D | fuzztest_wrapper.cpp | 84 std::cerr << "FuzzTest wrapper launching:" << cmdline.GetCommandLineString() in main()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/ |
D | command_line.h | 117 StringType GetCommandLineString() const { in GetCommandLineString() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/ |
D | command_line.h | 117 StringType GetCommandLineString() const { in GetCommandLineString() function
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | scoped_process_information_unittest.cc | 54 MakeCmdLine(main_id).GetCommandLineString(); in DoCreateProcess()
|
/aosp_15_r20/external/libchrome/base/test/launcher/ |
H A 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()
|
/aosp_15_r20/external/cronet/base/test/launcher/ |
H A D | test_launcher.cc | 2274 fwprintf(stdout, L"\t%s\n", pair.second.GetCommandLineString().c_str()); in OnOutputTimeout() 2276 fprintf(stdout, "\t%s\n", pair.second.GetCommandLineString().c_str()); in OnOutputTimeout()
|
/aosp_15_r20/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
H A D | kernel32.sym | 1191 PUBLIC 74c8e 8 GetCommandLineString
|