Searched refs:read_end_ (Results 1 – 2 of 2) sorted by relevance
38 file::pipe(read_end_, write_end); in OutputRedirect()57 if (read_end_.descriptor() == -1) return content; // Already read. in restore_and_read()62 count = read_end_.read(buffer, BUFFER_SIZE); in restore_and_read()65 read_end_.close(); in restore_and_read()
68 fmt::file read_end_; // Read end of the pipe where the output is redirected. variable