Home
last modified time | relevance | path

Searched defs:_At_path (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Ddir-common.h99 struct _At_path in _GLIBCXX_VISIBILITY() struct
102 _At_path(const posix::char_type* p) noexcept in _GLIBCXX_VISIBILITY() function
106 _At_path(int fd, const posix::char_type* p, size_t offset) noexcept in _GLIBCXX_VISIBILITY() argument
111 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()