Searched refs:GOT_MAX_OUTPUT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/process/
H A Dlaunch_posix.cc493 GOT_MAX_OUTPUT, enumerator in enum:base::GetAppOutputInternalResult
503 // return GOT_MAX_OUTPUT, or if there is a problem starting or exiting
505 // The GOT_MAX_OUTPUT return value exists so a caller that asks for limited
614 // GOT_MAX_OUTPUT).
618 // GOT_MAX_OUTPUT (because the child may exit due to |SIGPIPE|).
620 return GOT_MAX_OUTPUT;
650 return result == GOT_MAX_OUTPUT || (result == EXECUTE_SUCCESS &&

Completed in 78 milliseconds