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

/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcmd_debug.cpp85 kyuafile_path(cmdline), build_root_path(cmdline), filter, user_config,
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),
H A Dcmd_list.cpp149 kyuafile_path(cmdline), build_root_path(cmdline),
H A Dcommon_test.cpp80 ATF_REQUIRE(!cli::build_root_path(mock_cmdline));
91 ATF_REQUIRE(cli::build_root_path(mock_cmdline));
92 ATF_REQUIRE_EQ("/my/path", cli::build_root_path(mock_cmdline).get().str());
H A Dcommon.cpp130 cli::build_root_path(const cmdline::parsed_cmdline& cmdline) function in class:cli

Completed in 141 milliseconds