Home | History | Annotate | Download | only in base

Lines Matching refs:GetAppOutputRestricted

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));