#include "gdef.h"
#include "gfile.h"
#include "gstr.h"
#include "gprocess.h"
#include "glog.h"
#include "gassert.h"
#include <vector>
#include <sstream>
#include <cerrno>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
Go to the source code of this file.
|
namespace | G |
| Low-level classes.
|
|
◆ mtime()
std::pair< std::time_t, unsigned int > G::FileImp::mtime |
( |
struct stat & |
statbuf | ) |
|
|
noexcept |
◆ newmode()
std::pair< bool, mode_t > G::FileImp::newmode |
( |
mode_t |
mode, |
|
|
const std::string & |
spec_in |
|
) |
| |