Go to the source code of this file.
|
bool | os::stat::islink (const std::string &path) |
|
bool | os::stat::isdir (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
bool | os::stat::isfile (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
Try< Bytes > | os::stat::size (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
Try< long > | os::stat::mtime (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
Try< mode_t > | os::stat::mode (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
Try< dev_t > | os::stat::dev (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|
Try< ino_t > | os::stat::inode (const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK) |
|