Searched refs:kyuafile_path (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/bsd/kyua-cli/dist/engine/drivers/ |
H A D | list_tests.cpp | 89 list_tests::drive(const fs::path& kyuafile_path, in drive() argument 95 kyuafile_path, build_root); in drive()
|
H A D | debug_test.cpp | 119 debug_test::drive(const fs::path& kyuafile_path, in drive() argument 127 kyuafile_path, build_root); in drive()
|
H A D | run_tests.cpp | 167 run_tests::drive(const fs::path& kyuafile_path, in drive() argument 175 kyuafile_path, build_root); in drive()
|
/netbsd-src/external/bsd/kyua-cli/dist/cli/ |
H A D | cmd_debug.cpp | 85 kyuafile_path(cmdline), build_root_path(cmdline), filter, user_config, in run()
|
H A D | common.hpp | 93 utils::fs::path kyuafile_path(const utils::cmdline::parsed_cmdline&);
|
H A D | cmd_test.cpp | 132 kyuafile_path(cmdline), build_root_path(cmdline), store_path(cmdline), in run()
|
H A D | cmd_list.cpp | 149 kyuafile_path(cmdline), build_root_path(cmdline), in run()
|
H A D | common_test.cpp | 131 cli::kyuafile_path(mock_cmdline).str()); in ATF_TEST_CASE_BODY() 142 ATF_REQUIRE_EQ("/my/path", cli::kyuafile_path(mock_cmdline).str()); in ATF_TEST_CASE_BODY()
|
H A D | common.cpp | 169 cli::kyuafile_path(const cmdline::parsed_cmdline& cmdline) in kyuafile_path() function in cli
|