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

/bind-9.11.3/unit/atf-src/tools/
H A Dtest_program_test.cpp78 write_test_case_result(const char *results_path, const std::string& contents) argument
80 std::ofstream results_file(results_path);
H A Dtest-program.cpp674 impl::read_test_case_result(const tools::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 25 milliseconds