OpenVPN 3 Core Library
Loading...
Searching...
No Matches
stat.hpp File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <cstdint>
Include dependency graph for stat.hpp:
This graph shows which files directly or indirectly include this file:

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)