Home | History | Annotate | Download | only in ceres

Lines Matching refs:dup

8281 // this class (creat, dup, dup2, and close)
8293 CapturedStream(int fd) : fd_(fd), uncaptured_fd_(dup(fd)) {