Home
last modified time | relevance | path

Searched refs:GetAppOutputRestricted (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/base/process/
Dprocess_util_unittest.cc713 #define MAYBE_GetAppOutputRestricted GetAppOutputRestricted
728 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 100)); in TEST_F()
733 EXPECT_FALSE(base::GetAppOutputRestricted(CommandLine(argv), in TEST_F()
740 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 10)); in TEST_F()
745 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 5)); in TEST_F()
750 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 15)); in TEST_F()
755 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 0)); in TEST_F()
770 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 10)); in TEST_F()
774 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 10)); in TEST_F()
800 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 100)); in TEST_F()
[all …]
Dlaunch.h238 BASE_EXPORT bool GetAppOutputRestricted(const CommandLine& cl,
Dlaunch_posix.cc643 bool GetAppOutputRestricted(const CommandLine& cl, in GetAppOutputRestricted() function
/external/chromium_org/chrome/browser/
Dprocess_info_snapshot_mac.cc146 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) { in GetProcessMemoryInfoUsingPS()
210 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) { in GetProcessMemoryInfoUsingTop()