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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest_program_test.cpp927 const impl::test_case_result tcr = impl::read_test_case_result(
936 const impl::test_case_result tcr = impl::read_test_case_result(
947 impl::read_test_case_result(atf::fs::path("resfile")));
954 impl::read_test_case_result(atf::fs::path("resfile")));
961 impl::read_test_case_result(atf::fs::path("resfile")));
967 const impl::test_case_result tcr = impl::read_test_case_result(
H A Dtest-program.hpp143 test_case_result read_test_case_result(const atf::fs::path&);
H A Datf-run.cpp272 using impl::read_test_case_result;
279 tcr = read_test_case_result(resfile);
295 tcr = read_test_case_result(resfile);
343 tcr = read_test_case_result(resfile);
H A Dtest-program.cpp674 impl::read_test_case_result(const atf::fs::path& results_path) function in class:impl

Completed in 17 milliseconds