|
bool | islink (const std::string &path) |
|
bool | isdir (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
bool | isdir (const int_fd fd) |
|
bool | isfile (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
bool | issocket (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
Try< Bytes > | size (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
Try< Bytes > | size (const int_fd fd) |
|
Try< long > | mtime (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
Try< mode_t > | mode (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
Try< dev_t > | dev (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
Try< dev_t > | rdev (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
Try< ino_t > | inode (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
Try< uid_t > | uid (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
bool | isdir (const int_fd &fd) |
|
Try< Bytes > | size (const int_fd &fd) |
|