| OpenVPN 3 Core Library
    | 
#include <string>#include <openvpn/common/platform.hpp>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <errno.h>#include <openvpn/common/exception.hpp>#include <openvpn/common/size.hpp>#include <openvpn/buffer/buffer.hpp>#include <openvpn/common/scoped_fd.hpp>#include <openvpn/common/write.hpp>#include <openvpn/common/strerror.hpp>Go to the source code of this file.
| Namespaces | |
| namespace | openvpn | 
| Functions | |
| void | openvpn::write_private (const std::string &path, const void *buf, ssize_t count) | 
| void | openvpn::write_private (const std::string &path, const Buffer &buf) | 
| void | openvpn::write_private (const std::string &path, const std::string &str) |