Searched refs:get_config_var (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/atf/atf-run/
H A Dmisc_helpers.cpp85 std::cout << "1st: " << get_config_var("1st") << "\n";
86 std::cout << "2nd: " << get_config_var("2nd") << "\n";
87 std::cout << "3rd: " << get_config_var("3rd") << "\n";
88 std::cout << "4th: " << get_config_var("4th") << "\n";
144 std::cout << "testvar: " << get_config_var("testvar") << "\n";
218 touch(get_config_var("statedir") + "/to-delete");
219 touch(get_config_var("statedir") + "/to-stay");
221 if (get_config_var("state") == "fail")
223 else if (get_config_var("state") == "skip")
228 atf::fs::remove(atf::fs::path(get_config_var("statedi
[all...]
H A Dtest_program_test.cpp54 return atf::fs::path(tc.get_config_var("srcdir")) / name;
/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dmacros_test.cpp106 bool condition = atf::text::to_bool(get_config_var("condition"));
120 long v1 = atf::text::to_type< long >(get_config_var("v1"));
121 long v2 = atf::text::to_type< long >(get_config_var("v2"));
135 const std::string element = get_config_var("value");
154 const std::string regexp = get_config_var("regexp");
155 const std::string string = get_config_var("string");
169 const std::string element = get_config_var("value");
190 if (get_config_var("what") == "throw_int")
192 else if (get_config_var("what") == "throw_rt")
195 else if (get_config_var("wha
[all...]
H A Dtests.hpp95 const std::string get_config_var(const std::string&) const;
96 const std::string get_config_var(const std::string&, const std::string&)
H A Dtests.cpp229 impl::tc::get_config_var(const std::string& var) function in class:impl::tc
236 impl::tc::get_config_var(const std::string& var, const std::string& defval) function in class:impl::tc
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp67 atf::fs::path(tc.get_config_var("srcdir")) / sfile;
88 return atf::fs::path(tc.get_config_var("srcdir")) /
91 return atf::fs::path(tc.get_config_var("srcdir")) /
/freebsd-10.0-release/contrib/atf/test-programs/
H A Dcpp_helpers.cpp64 ATF_REQUIRE_EQ(get_config_var("test"), "");
74 ATF_REQUIRE_EQ(get_config_var("test"), "foo");
84 ATF_REQUIRE_EQ(get_config_var("test"), "foo bar");
238 std::ofstream os(get_config_var("pidfile").c_str());
243 while (::access(get_config_var("donefile").c_str(), F_OK) != 0)
276 if (!atf::fs::exists(atf::fs::path(get_config_var("srcdir")) /

Completed in 185 milliseconds