HomeSort by relevance Sort by last modified time
    Searched refs:GetAppOutput (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/chromeos/
name_value_pairs_parser.cc 73 if (argc < 1 || !base::GetAppOutput(command_line, &output_string)) {
91 if (argc < 1 || !base::GetAppOutput(command_line, &output_string)) {
  /external/chromium/net/test/
python_utils_unittest.cc 59 EXPECT_TRUE(base::GetAppOutput(cmd_line, &output));
  /external/chromium/base/
process_util_unittest.cc 332 TEST_F(ProcessUtilTest, GetAppOutput) {
350 ASSERT_TRUE(base::GetAppOutput(cmd_line, &output));
358 ASSERT_TRUE(base::GetAppOutput(other_cmd_line, &output));
580 TEST_F(ProcessUtilTest, GetAppOutput) {
582 EXPECT_TRUE(base::GetAppOutput(CommandLine(FilePath("true")), &output));
585 EXPECT_FALSE(base::GetAppOutput(CommandLine(FilePath("false")), &output));
591 EXPECT_TRUE(base::GetAppOutput(CommandLine(argv), &output));
linux_util.cc 154 base::GetAppOutput(CommandLine(argv), &output);
process_util.h 307 BASE_API bool GetAppOutput(const CommandLine& cl, std::string* output);
310 // A restricted version of |GetAppOutput()| which (a) clears the environment,
process_util_win.cc 327 bool GetAppOutput(const CommandLine& cl, std::string* output) {
process_util_posix.cc 958 bool GetAppOutput(const CommandLine& cl, std::string* output) {
  /external/chromium/chrome/browser/
upgrade_detector.cc 110 if (!base::GetAppOutput(command_line, &reply)) {
shell_integration_linux.cc 272 if (!base::GetAppOutput(CommandLine(argv), &reply)) {
290 base::GetAppOutput(CommandLine(argv), &browser);

Completed in 2174 milliseconds