begin() | radarelab::utils::sys::Path | |
close() | radarelab::utils::sys::FileDescriptor | |
end() | radarelab::utils::sys::Path | |
fstatat_ifexists(const char *pathname, struct stat &st) | radarelab::utils::sys::Path | |
getfl() | radarelab::utils::sys::FileDescriptor | |
is_open() const | radarelab::utils::sys::FileDescriptor | |
lstatat(const char *pathname, struct stat &st) | radarelab::utils::sys::Path | |
lstatat_ifexists(const char *pathname, struct stat &st) | radarelab::utils::sys::Path | |
name() const | radarelab::utils::sys::NamedFileDescriptor | inline |
ofd_getlk(struct ::flock &) | radarelab::utils::sys::FileDescriptor | |
ofd_setlk(struct ::flock &) | radarelab::utils::sys::FileDescriptor | |
ofd_setlkw(struct ::flock &, bool retry_on_signal=true) | radarelab::utils::sys::FileDescriptor | |
open(int flags, mode_t mode=0777) | radarelab::utils::sys::Path | |
openat_ifexists(const char *pathname, int flags, mode_t mode=0777) | radarelab::utils::sys::Path | |
Path(const char *pathname, int flags=0, mode_t mode=0777) | radarelab::utils::sys::Path | |
Path(const std::string &pathname, int flags=0, mode_t mode=0777) | radarelab::utils::sys::Path | |
Path(Path &parent, const char *pathname, int flags=0, mode_t mode=0777) | radarelab::utils::sys::Path | |
read_all_or_retry(void *buf, size_t count) | radarelab::utils::sys::FileDescriptor | |
read_all_or_throw(void *buf, size_t count) | radarelab::utils::sys::FileDescriptor | |
rmdirat(const char *pathname) | radarelab::utils::sys::Path | |
rmtree() | radarelab::utils::sys::Path | |
setfl(int flags) | radarelab::utils::sys::FileDescriptor | |
throw_error(const char *desc) | radarelab::utils::sys::NamedFileDescriptor | virtual |
throw_runtime_error(const char *desc) | radarelab::utils::sys::NamedFileDescriptor | virtual |
write_all_or_retry(const void *buf, size_t count) | radarelab::utils::sys::FileDescriptor | |
write_all_or_throw(const void *buf, size_t count) | radarelab::utils::sys::FileDescriptor | |
~ManagedNamedFileDescriptor() | radarelab::utils::sys::ManagedNamedFileDescriptor | |