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