Lines Matching refs:proc_self_fd
560 std::vector<char> buf(PATH_MAX), proc_self_fd(PATH_MAX);561 __libc_format_buffer(&proc_self_fd[0], proc_self_fd.size(), "/proc/self/fd/%d", fd);562 if (readlink(&proc_self_fd[0], &buf[0], buf.size()) == -1) {563 proc_self_fd[0], strerror(errno), fd);