#include <openvpn/common/platform.hpp>
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
#include <cstring>
#include <openvpn/common/file.hpp>
#include <openvpn/common/fileunix.hpp>
#include <openvpn/common/strerror.hpp>
#include <openvpn/common/tmpfilename.hpp>
Go to the source code of this file.
|
void | openvpn::write_binary_atomic (const std::string &fn, const std::string &tmpdir, const mode_t mode, const std::uint64_t mtime_ns, const ConstBuffer &buf, StrongRandomAPI &rng) |
|
void | openvpn::write_binary_atomic (const std::string &fn, const std::string &tmpdir, const mode_t mode, const std::uint64_t mtime_ns, const Buffer &buf, StrongRandomAPI &rng) |
|