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