#include "config.h"
#include <iostream>
#include <fstream>
#include <iomanip>
#include <string>
#include <cassert>
#include "asserts.h"
#include "error.h"
#include "fs.h"
#include "vaulter.h"
Include dependency graph for test-vaulter-setup.cc:
Go to the source code of this file.
Functions | |
bool | make_dir (const std::string &path) |
void | setup (void) |
void | cleanup (void) |
|
Definition at line 70 of file test-vaulter-setup.cc. |
|
Definition at line 14 of file test-vaulter-setup.cc. References mk_dir(). Here is the call graph for this function: |
|
Definition at line 29 of file test-vaulter-setup.cc. References make_dir(). Here is the call graph for this function: |