Home
last modified time | relevance | path

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

/external/v8/src/
Dd8-posix.cc315 int fullness = 0; in GetStdout() local
328 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()