Searched refs:stream_fd (Results 1 – 2 of 2) sorted by relevance
101 bool CommitGsiChunk(int stream_fd, int64_t bytes);
793 bool GsiService::CommitGsiChunk(int stream_fd, int64_t bytes) { in CommitGsiChunk() argument808 ssize_t rv = TEMP_FAILURE_RETRY(read(stream_fd, buffer.get(), max_to_read)); in CommitGsiChunk()