Searched refs:GetAppOutputRestricted (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/base/process/ |
D | process_util_unittest.cc | 713 #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 …]
|
D | launch.h | 238 BASE_EXPORT bool GetAppOutputRestricted(const CommandLine& cl,
|
D | launch_posix.cc | 643 bool GetAppOutputRestricted(const CommandLine& cl, in GetAppOutputRestricted() function
|
/external/chromium_org/chrome/browser/ |
D | process_info_snapshot_mac.cc | 146 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) { in GetProcessMemoryInfoUsingPS() 210 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) { in GetProcessMemoryInfoUsingTop()
|