Searched refs:GetAppOutput (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/base/process/
H A Dlaunch.h219 BASE_EXPORT bool GetAppOutput(const CommandLine& cl, std::string* output);
222 // A Windows-specific version of GetAppOutput that takes a command line string
225 BASE_EXPORT bool GetAppOutput(const StringPiece16& cl, std::string* output);
229 // A POSIX-specific version of GetAppOutput that takes an argv array
232 BASE_EXPORT bool GetAppOutput(const std::vector<std::string>& argv,
235 // A restricted version of |GetAppOutput()| which (a) clears the environment,
241 // A version of |GetAppOutput()| which also returns the exit code of the
H A Dlaunch_win.cc292 bool GetAppOutput(const CommandLine& cl, std::string* output) { function in namespace:base
293 return GetAppOutput(cl.GetCommandLineString(), output);
296 bool GetAppOutput(const StringPiece16& cl, std::string* output) { function in namespace:base
H A Dprocess_util_unittest.cc355 TEST_F(ProcessUtilTest, GetAppOutput) {
371 ASSERT_TRUE(base::GetAppOutput(cmd_line, &output));
380 ASSERT_TRUE(base::GetAppOutput(other_cmd_line, &output));
743 TEST_F(ProcessUtilTest, GetAppOutput) {
752 EXPECT_TRUE(base::GetAppOutput(CommandLine(argv), &output));
756 EXPECT_FALSE(base::GetAppOutput(CommandLine(argv), &output));
760 EXPECT_TRUE(base::GetAppOutput(CommandLine(argv), &output));
763 EXPECT_TRUE(base::GetAppOutput(CommandLine(FilePath("true")), &output));
766 EXPECT_FALSE(base::GetAppOutput(CommandLine(FilePath("false")), &output));
772 EXPECT_TRUE(base::GetAppOutput(CommandLin
[all...]
H A Dlaunch_posix.cc628 bool GetAppOutput(const CommandLine& cl, std::string* output) { function in namespace:base
629 return GetAppOutput(cl.argv(), output);
632 bool GetAppOutput(const std::vector<std::string>& argv, std::string* output) { function in namespace:base
/external/chromium_org/gin/shell/
H A Dgin_shell_unittest.cc36 ASSERT_TRUE(base::GetAppOutput(cmd, &output));
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Dtouch_log_source.cc49 base::GetAppOutput(commands[i].second, &output);
H A Dcommand_line_log_source.cc82 base::GetAppOutput(commands[i].second, &output);
/external/chromium_org/net/test/
H A Dpython_utils_unittest.cc58 EXPECT_TRUE(base::GetAppOutput(cmd_line, &output));
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_audio_quality_browsertest.cc234 if (!base::GetAppOutput(command_line, &result)) {
252 if (!base::GetAppOutput(command_line, &result)) {
306 bool ok = base::GetAppOutput(command_line, &result);
357 if (!base::GetAppOutput(command_line, &result)) {
H A Dchrome_webrtc_video_quality_browsertest.cc184 bool ok = base::GetAppOutput(converter_command, &result);
243 bool ok = base::GetAppOutput(compare_command, &output);
/external/chromium_org/gpu/gles2_conform_support/
H A Dgles2_conform_test.cc73 bool success = base::GetAppOutput(cmdline, &output);
/external/chromium_org/chrome/test/base/
H A Dchrome_process_util_mac.cc36 if (!base::GetAppOutput(CommandLine(cmdline), &ps_output))
/external/chromium_org/base/
H A Dlinux_util.cc110 base::GetAppOutput(CommandLine(argv), &output);
/external/chromium_org/chromeos/system/
H A Dname_value_pairs_parser.cc33 if (!base::GetAppOutput(args, output)) {
/external/chromium_org/third_party/boringssl/
H A Dboringssl_unittest.cc32 EXPECT_TRUE(base::GetAppOutput(cmd, &output));
/external/chromium_org/chrome/browser/
H A Dupgrade_detector_impl.cc175 if (!base::GetAppOutput(command_line, &reply)) {
H A Dshell_integration_linux.cc348 if (base::GetAppOutput(CommandLine(argv), &path_version)) {
546 base::GetAppOutput(CommandLine(argv), &browser);
/external/chromium_org/chrome/browser/chromeos/system/
H A Dinput_device_settings.cc109 exists->data = base::GetAppOutput(CommandLine(argv), &output) &&
/external/chromium_org/tools/gn/
H A Dsetup.cc484 if (base::GetAppOutput(kGetPython, &python_path)) {
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dselect_file_dialog_impl_kde.cc176 return base::GetAppOutput(command_line, &dummy);

Completed in 2163 milliseconds