Storage Engine API
paths.h File Reference
#include <boost/filesystem/path.hpp>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "mongo/util/mongoutils/str.h"
#include "mongo/db/storage/storage_options.h"

Go to the source code of this file.

Classes

struct  mongo::RelativePath
 this is very much like a boost::path. More...
 

Namespaces

 mongo
 Copyright (C) 2014 MongoDB Inc.
 

Functions

dev_t mongo::getPartition (const std::string &path)
 
bool mongo::onSamePartition (const std::string &path1, const std::string &path2)
 
void mongo::flushMyDirectory (const boost::filesystem::path &file)
 
boost::filesystem::path mongo::ensureParentDirCreated (const boost::filesystem::path &p)
 Aliases for Win32 CRT functions. More...