Searched refs:fs_helper_run (Results 1 – 1 of 1) sorted by relevance
110 { fs_helper_run(fs_make_cmd("init_test_directory", test_root)); } in scoped_test_env()113 { fs_helper_run(fs_make_cmd("destroy_test_directory", test_root)); } in ~scoped_test_env()144 fs_helper_run(fs_make_cmd("create_dir", filename)); in create_dir()151 fs_helper_run(fs_make_cmd("create_symlink", source, to)); in create_symlink()158 fs_helper_run(fs_make_cmd("create_hardlink", source, to)); in create_hardlink()164 fs_helper_run(fs_make_cmd("create_fifo", file)); in create_fifo()173 fs_helper_run(fs_make_cmd("create_socket", file)); in create_socket()229 static inline void fs_helper_run(std::string const& raw_cmd) { in fs_helper_run() function