Searched defs:max_output (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dprocess_util_posix.cc877 std::string* output, size_t max_output,
964 size_t output_buf_left = max_output;
965 ssize_t bytes_read = 1; // A lie to properly handle |max_output == 0|
1003 std::string* output, size_t max_output) {
1006 return GetAppOutputInternal(cl, &empty_environ, output, max_output, false);
876 GetAppOutputInternal(const CommandLine& cl, char* const envp[], std::string* output, size_t max_output, bool do_search_path) argument
1002 GetAppOutputRestricted(const CommandLine& cl, std::string* output, size_t max_output) argument

Completed in 47 milliseconds