Home
last modified time | relevance | path

Searched refs:max_output (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/process/
Dlaunch_posix.cc543 size_t max_output, in GetAppOutputInternal() argument
624 size_t output_buf_left = max_output; in GetAppOutputInternal()
679 std::string* output, size_t max_output) { in GetAppOutputRestricted() argument
684 cl.argv(), &empty_environ, false, output, max_output, false, &exit_code); in GetAppOutputRestricted()
Dlaunch.h263 std::string* output, size_t max_output);