Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/drivers/
H A Dlist_tests.cpp62 drivers::list_tests::drive(const fs::path& kyuafile_path, in drive() argument
71 kyuafile_path, build_root, user_config, handle); in drive()
H A Ddebug_test.cpp66 drivers::debug_test::drive(const fs::path& kyuafile_path, in drive() argument
76 kyuafile_path, build_root, user_config, handle); in drive()
H A Drun_tests.cpp254 drivers::run_tests::drive(const fs::path& kyuafile_path, in drive() argument
264 kyuafile_path, build_root, user_config, handle); in drive()
/freebsd/contrib/kyua/cli/
H A Dcmd_test.cpp152 results_file_create(cmdline), kyuafile_path(cmdline).branch_path()); in run()
159 kyuafile_path(cmdline), build_root_path(cmdline), results.second, in run()
H A Dcmd_debug.cpp86 kyuafile_path(cmdline), build_root_path(cmdline), filter, user_config, in run()
H A Dcommon.hpp83 utils::fs::path kyuafile_path(const utils::cmdline::parsed_cmdline&);
H A Dcmd_list.cpp156 kyuafile_path(cmdline), build_root_path(cmdline), in run()
H A Dcommon_test.cpp114 cli::kyuafile_path(mock_cmdline).str()); in ATF_TEST_CASE_BODY()
125 ATF_REQUIRE_EQ("/my/path", cli::kyuafile_path(mock_cmdline).str()); in ATF_TEST_CASE_BODY()
H A Dcommon.cpp201 cli::kyuafile_path(const cmdline::parsed_cmdline& cmdline) in kyuafile_path() function in cli