Home
last modified time | relevance | path

Searched refs:fs_helper_run (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/support/
Dfilesystem_test_helper.hpp128 { fs_helper_run(fs_make_cmd("init_test_directory", test_root)); } in scoped_test_env()
131 { fs_helper_run(fs_make_cmd("destroy_test_directory", test_root)); } in ~scoped_test_env()
162 fs_helper_run(fs_make_cmd("create_dir", filename)); in create_dir()
169 fs_helper_run(fs_make_cmd("create_symlink", source, to)); in create_symlink()
176 fs_helper_run(fs_make_cmd("create_hardlink", source, to)); in create_hardlink()
182 fs_helper_run(fs_make_cmd("create_fifo", file)); in create_fifo()
191 fs_helper_run(fs_make_cmd("create_socket", file)); in create_socket()
237 static inline void fs_helper_run(std::string const& raw_cmd) { in fs_helper_run() function