Home
last modified time | relevance | path

Searched refs:build_root_path (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/kyua/cli/
H A Dcmd_debug.cpp86 kyuafile_path(cmdline), build_root_path(cmdline), filter, user_config, in run()
H A Dcommon.hpp81 utils::optional< utils::fs::path > build_root_path(
H A Dcommon_test.cpp90 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 Dcmd_list.cpp156 kyuafile_path(cmdline), build_root_path(cmdline), in run()
H A Dcmd_test.cpp159 kyuafile_path(cmdline), build_root_path(cmdline), results.second, in run()
H A Dcommon.cpp183 cli::build_root_path(const cmdline::parsed_cmdline& cmdline) in build_root_path() function in cli