Lines Matching refs:close
73 close(fd); in Close()
82 ::close(fd);
139 close(fd_, this); in reset()
168 static auto close(int fd, void* tag_value) -> decltype(T::Close(fd, tag_value), void()) {
173 static auto close(int fd, void*) -> decltype(T::Close(fd), void()) {
202 close(pipefd[0]);
203 close(pipefd[1]);
209 close(pipefd[0]);
210 close(pipefd[1]);
244 close(fd); in Fdopen()
255 close(fd); in Fdopendir()
282 int close(const android::base::unique_fd_impl<T>&)