21#ifndef INCLUDE_OLA_IO_IOUTILS_H_
22#define INCLUDE_OLA_IO_IOUTILS_H_
40bool Open(
const std::string &path,
int oflag,
int *fd);
52bool TryOpen(
const std::string &path,
int oflag,
int *fd);
bool Open(const string &path, int oflag, int *fd)
Wrapper around open().
Definition IOUtils.cpp:36
bool FileExists(const std::string &file_name)
Check if a file exists using stat().
Definition IOUtils.cpp:53
bool TryOpen(const string &path, int oflag, int *fd)
Wrapper around open().
Definition IOUtils.cpp:45
The namespace containing all OLA symbols.
Definition Credentials.cpp:44