|
OpenVPN 3 Core Library
|
#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | openvpn |
Functions | |
| bool | openvpn::is_directory (const std::string &pathname, const bool follow_symlinks=false) |
| time_t | openvpn::file_mod_time (const std::string &filename) |
| std::uint64_t | openvpn::stat_mod_time_nanoseconds (const struct stat &s) |
| std::uint64_t | openvpn::file_mod_time_nanoseconds (const char *filename) |
| std::uint64_t | openvpn::file_mod_time_nanoseconds (const std::string &filename) |
| std::uint64_t | openvpn::fd_mod_time_nanoseconds (const int fd) |
| std::uint64_t | openvpn::file_mod_time_milliseconds (const std::string &filename) |