Searched defs:scoped_test_env (Results 1 – 1 of 1) sorted by relevance
107 struct scoped_test_env struct109 scoped_test_env() : test_root(random_env_path()) in scoped_test_env() function112 ~scoped_test_env() in ~scoped_test_env() argument118 fs::path make_env_path(std::string p) { return sanitize_path(p); } in make_env_path()120 std::string sanitize_path(std::string raw) { in sanitize_path()132 std::string create_file(std::string filename, std::size_t size = 0) { in create_file()142 std::string create_dir(std::string filename) { in create_dir()148 std::string create_symlink(std::string source, std::string to) { in create_symlink()155 std::string create_hardlink(std::string source, std::string to) { in create_hardlink()162 std::string create_fifo(std::string file) { in create_fifo()[all …]