Searched refs:get_home (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcommon.hpp89 utils::optional< utils::fs::path > get_home(void);
H A Dconfig.cpp103 const optional< fs::path > home = cli::get_home();
H A Dcommon.cpp145 cli::get_home(void) function in class:cli
219 const optional< fs::path > home = cli::get_home();
H A Dcommon_test.cpp101 const optional< fs::path > computed = cli::get_home();
111 ATF_REQUIRE(!cli::get_home());
119 ATF_REQUIRE(!cli::get_home());

Completed in 108 milliseconds