Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_debug.cpp85 kyuafile_path(cmdline), build_root_path(cmdline), filter, user_config, in run()
H A Dcommon_test.cpp80 ATF_REQUIRE(!cli::build_root_path(mock_cmdline)); in ATF_TEST_CASE_BODY()
91 ATF_REQUIRE(cli::build_root_path(mock_cmdline)); in ATF_TEST_CASE_BODY()
92 ATF_REQUIRE_EQ("/my/path", cli::build_root_path(mock_cmdline).get().str()); in ATF_TEST_CASE_BODY()
H A Dcommon.hpp91 utils::optional< utils::fs::path > build_root_path(
H A Dcmd_test.cpp132 kyuafile_path(cmdline), build_root_path(cmdline), store_path(cmdline), in run()
H A Dcmd_list.cpp149 kyuafile_path(cmdline), build_root_path(cmdline), in run()
H A Dcommon.cpp130 cli::build_root_path(const cmdline::parsed_cmdline& cmdline) in build_root_path() function in cli