Searched refs:build_root_path (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/kyua/cli/ |
H A D | cmd_debug.cpp | 86 kyuafile_path(cmdline), build_root_path(cmdline), filter, user_config, in run()
|
H A D | common.hpp | 81 utils::optional< utils::fs::path > build_root_path(
|
H A D | common_test.cpp | 90 ATF_REQUIRE(!cli::build_root_path(mock_cmdline)); in ATF_TEST_CASE_BODY() 101 ATF_REQUIRE(cli::build_root_path(mock_cmdline)); in ATF_TEST_CASE_BODY() 102 ATF_REQUIRE_EQ("/my/path", cli::build_root_path(mock_cmdline).get().str()); in ATF_TEST_CASE_BODY()
|
H A D | cmd_list.cpp | 156 kyuafile_path(cmdline), build_root_path(cmdline), in run()
|
H A D | cmd_test.cpp | 154 kyuafile_path(cmdline), build_root_path(cmdline), results.second, in run()
|
H A D | common.cpp | 183 cli::build_root_path(const cmdline::parsed_cmdline& cmdline) in build_root_path() function in cli
|