Home
last modified time | relevance | path

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

/freebsd-head/contrib/kyua/utils/
HDenv_test.cpp106 const optional< fs::path > computed = utils::get_home(); in ATF_TEST_CASE_BODY()
116 ATF_REQUIRE(!utils::get_home()); in ATF_TEST_CASE_BODY()
124 ATF_REQUIRE(!utils::get_home()); in ATF_TEST_CASE_BODY()
HDenv.hpp51 optional< utils::fs::path > get_home(void);
HDenv.cpp125 utils::get_home(void) in get_home() function in utils
/freebsd-head/contrib/kyua/cli/
HDconfig.cpp104 const optional< fs::path > home = utils::get_home(); in load_config_file()
HDcommon.cpp124 optional< fs::path > home = utils::get_home(); in get_historical_db()
/freebsd-head/contrib/kyua/store/
HDlayout.cpp232 const optional< fs::path > home = utils::get_home(); in query_store_dir()