#include "config.h"
#include <unistd.h>
#include <iostream>
#include <string>
#include <fstream>
#include <iomanip>
#include <cassert>
#include <algorithm>
#include "asserts.h"
#include "error.h"
#include "fs.h"
#include "rconfig.h"
#include "logger.h"
#include "vaulter.h"
#include "archiver.h"
#include "cataloger.h"
#include "reporter.h"
#include "test-fs-cwd.h"
Include dependency graph for test-rvm-002.cc:
Go to the source code of this file.
Defines | |
#define | ERR_OUT(e) std::cerr << e |
Functions | |
bool | make_dir (const std::string &path) |
void | setup (void) |
void | cleanup (void) |
bool | test_inodes (const std::string &path1, const std::string &path2, const std::string &file) |
void | test_rvm (void) |
int | main (int argc, char *argv[]) |
|
Definition at line 26 of file test-rvm-002.cc. |
|
Definition at line 93 of file test-rvm-002.cc. |
|
Definition at line 241 of file test-rvm-002.cc. References cleanup(), err_unknown, setup(), and test_rvm(). Here is the call graph for this function: |
|
Definition at line 29 of file test-rvm-002.cc. References mk_dir(). Here is the call graph for this function: |
|
Definition at line 47 of file test-rvm-002.cc. References check_cwd, LOCAL_RSYNC, and make_dir(). Here is the call graph for this function: |
|
Definition at line 99 of file test-rvm-002.cc. References filestatus::inode(), filestatus::path(), and reform_path(). Here is the call graph for this function: |
|