Searched refs:results_path (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest_program_test.cpp77 write_test_case_result(const char *results_path, const std::string& contents) argument
79 std::ofstream results_file(results_path);
H A Dtest-program.cpp674 impl::read_test_case_result(const atf::fs::path& results_path) argument
676 std::ifstream results_file(results_path.c_str());
678 throw std::runtime_error("Failed to open " + results_path.str());

Completed in 12 milliseconds