Searched refs:fullness (Results 1 – 1 of 1) sorted by relevance
315 int fullness = 0; in GetStdout() local328 read(child_fd, buffer + fullness, kStdoutReadBufferSize - fullness)); in GetStdout()347 if (bytes_read + fullness > 0) { in GetStdout()349 bytes_read + fullness : in GetStdout()350 LengthWithoutIncompleteUtf8(buffer, bytes_read + fullness); in GetStdout()355 fullness = bytes_read + fullness - length; in GetStdout()356 memcpy(buffer, buffer + length, fullness); in GetStdout()