Searched defs:max_output (Results 1 - 1 of 1) sorted by relevance
/external/libchrome/base/process/ |
H A D | launch_posix.cc | 543 size_t max_output, 624 size_t output_buf_left = max_output; 625 ssize_t bytes_read = 1; // A lie to properly handle |max_output == 0| 679 std::string* output, size_t max_output) { 684 cl.argv(), &empty_environ, false, output, max_output, false, &exit_code); 538 GetAppOutputInternal( const std::vector<std::string>& argv, char* const envp[], bool include_stderr, std::string* output, size_t max_output, bool do_search_path, int* exit_code) argument 678 GetAppOutputRestricted(const CommandLine& cl, std::string* output, size_t max_output) argument
|
Completed in 201 milliseconds