OpenVPN 3 Core Library
Loading...
Searching...
No Matches
writeprivate.hpp File Reference
#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>
Include dependency graph for writeprivate.hpp:
This graph shows which files directly or indirectly include this file:

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)