OpenVPN 3 Core Library
|
#include <fcntl.h>
#include <sys/stat.h>
#include <cstdint>
#include <cerrno>
#include <string>
#include <openvpn/common/platform.hpp>
Go to the source code of this file.
Namespaces | |
namespace | openvpn |
Functions | |
int | openvpn::update_file_mod_time_nanoseconds (const std::string &filename, const std::uint64_t nanoseconds_since_epooch) |
int | openvpn::update_file_mod_time_nanoseconds (const int fd, const std::uint64_t nanoseconds_since_epooch) |