OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAppOutputRestricted
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/process/
process_util_unittest.cc
781
#define MAYBE_GetAppOutputRestricted
GetAppOutputRestricted
796
EXPECT_TRUE(base::
GetAppOutputRestricted
(CommandLine(argv), &output, 100));
801
EXPECT_FALSE(base::
GetAppOutputRestricted
(CommandLine(argv),
808
EXPECT_TRUE(base::
GetAppOutputRestricted
(CommandLine(argv), &output, 10));
813
EXPECT_TRUE(base::
GetAppOutputRestricted
(CommandLine(argv), &output, 5));
818
EXPECT_TRUE(base::
GetAppOutputRestricted
(CommandLine(argv), &output, 15));
823
EXPECT_TRUE(base::
GetAppOutputRestricted
(CommandLine(argv), &output, 0));
828
// TODO(benwells):
GetAppOutputRestricted
should terminate applications
838
EXPECT_TRUE(base::
GetAppOutputRestricted
(CommandLine(argv), &output, 10));
842
EXPECT_TRUE(base::
GetAppOutputRestricted
(CommandLine(argv), &output, 10))
[
all
...]
launch.h
238
BASE_EXPORT bool
GetAppOutputRestricted
(const CommandLine& cl,
launch_posix.cc
643
bool
GetAppOutputRestricted
(const CommandLine& cl,
/external/chromium_org/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)) {
Completed in 1048 milliseconds