rvm 1.08
Defines | Functions

test-rvm-003.cc File Reference

#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-003.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 const *argv[])

Define Documentation

#define ERR_OUT (   e)    std::cerr << e

Definition at line 26 of file test-rvm-003.cc.

Referenced by test_rvm().


Function Documentation

void cleanup ( void  )

Definition at line 88 of file test-rvm-003.cc.

int main ( int  argc,
char const *  argv[] 
)

Definition at line 646 of file test-rvm-003.cc.

References cleanup(), err_unknown, setup(), and test_rvm().

Here is the call graph for this function:

bool make_dir ( const std::string &  path)

Definition at line 29 of file test-rvm-003.cc.

References mk_dir().

Here is the call graph for this function:

void setup ( void  )

Definition at line 47 of file test-rvm-003.cc.

References check_cwd, LOCAL_RSYNC, and make_dir().

Here is the call graph for this function:

bool test_inodes ( const std::string &  path1,
const std::string &  path2,
const std::string &  file 
)

Definition at line 93 of file test-rvm-003.cc.

References filestatus::inode(), filestatus::path(), and reform_path().

Here is the call graph for this function:

void test_rvm ( void  )
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines