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

  /external/chromium/chrome/browser/
process_info_snapshot_mac.cc 147 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) {
214 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) {
298 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) {
  /external/chromium/base/
process_util_unittest.cc 595 TEST_F(ProcessUtilTest, GetAppOutputRestricted) {
608 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 100));
613 EXPECT_FALSE(base::GetAppOutputRestricted(CommandLine(argv),
620 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 10));
625 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 5));
630 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 15));
635 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 0));
645 // Run |GetAppOutputRestricted()| 300 (> default per-user processes on Mac OS
649 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 100));
656 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 10))
    [all...]
process_util.h 313 bool GetAppOutputRestricted(const CommandLine& cl,
process_util_posix.cc 1002 bool GetAppOutputRestricted(const CommandLine& cl,

Completed in 669 milliseconds