Searched defs:_At_path (Results 1 – 1 of 1) sorted by relevance
99 struct _At_path in _GLIBCXX_VISIBILITY() struct102 _At_path(const posix::char_type* p) noexcept in _GLIBCXX_VISIBILITY() function106 _At_path(int fd, const posix::char_type* p, size_t offset) noexcept in _GLIBCXX_VISIBILITY() argument111 path() const noexcept { return pathname; } in _GLIBCXX_VISIBILITY()114 dir() const noexcept { return dir_fd; } in _GLIBCXX_VISIBILITY()117 path_at_dir() const noexcept { return pathname + offset; } in _GLIBCXX_VISIBILITY()121 int dir_fd; // A directory descriptor (either the parent dir, or AT_FDCWD). in _GLIBCXX_VISIBILITY()122 uint32_t offset; // Offset into pathname for the part relative to dir_fd. in _GLIBCXX_VISIBILITY()127 fdcwd() noexcept in _GLIBCXX_VISIBILITY()