OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAppOutputRestricted
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/base/process/
launch.h
211
BASE_EXPORT bool
GetAppOutputRestricted
(const CommandLine& cl,
process_util_unittest.cc
680
TEST_F(ProcessUtilTest,
GetAppOutputRestricted
) {
693
EXPECT_TRUE(base::
GetAppOutputRestricted
(CommandLine(argv), &output, 100));
698
EXPECT_FALSE(base::
GetAppOutputRestricted
(CommandLine(argv),
705
EXPECT_TRUE(base::
GetAppOutputRestricted
(CommandLine(argv), &output, 10));
710
EXPECT_TRUE(base::
GetAppOutputRestricted
(CommandLine(argv), &output, 5));
715
EXPECT_TRUE(base::
GetAppOutputRestricted
(CommandLine(argv), &output, 15));
720
EXPECT_TRUE(base::
GetAppOutputRestricted
(CommandLine(argv), &output, 0));
725
// TODO(benwells):
GetAppOutputRestricted
should terminate applications
735
EXPECT_TRUE(base::
GetAppOutputRestricted
(CommandLine(argv), &output, 10));
739
EXPECT_TRUE(base::
GetAppOutputRestricted
(CommandLine(argv), &output, 10))
[
all
...]
launch_posix.cc
617
bool
GetAppOutputRestricted
(const CommandLine& cl,
/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,
[
all
...]
/external/chromium_org/chrome/browser/
process_info_snapshot_mac.cc
146
if (!base::
GetAppOutputRestricted
(command_line, &output, 1024 * 1024)) {
210
if (!base::
GetAppOutputRestricted
(command_line, &output, 1024 * 1024)) {
Completed in 243 milliseconds