Searched refs:proc_self_fd (Results 1 – 1 of 1) sorted by relevance
553 std::vector<char> buf(PATH_MAX), proc_self_fd(PATH_MAX); in realpath_fd() local554 __libc_format_buffer(&proc_self_fd[0], proc_self_fd.size(), "/proc/self/fd/%d", fd); in realpath_fd()555 if (readlink(&proc_self_fd[0], &buf[0], buf.size()) == -1) { in realpath_fd()556 PRINT("readlink(\"%s\") failed: %s [fd=%d]", &proc_self_fd[0], strerror(errno), fd); in realpath_fd()