Searched refs:fs_make_cmd (Results 1 – 1 of 1) sorted by relevance
/external/libcxx/test/support/ |
D | filesystem_test_helper.hpp | 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() 219 fs_make_cmd(std::string const& cmd_name, T const& arg) { in fs_make_cmd() function 225 fs_make_cmd(std::string const& cmd_name, T const& arg1, U const& arg2) { in fs_make_cmd() function
|