Lines Matching refs:resfile
271 const tools::fs::path& resfile)
282 tcr = read_test_case_result(resfile);
298 tcr = read_test_case_result(resfile);
346 tcr = read_test_case_result(resfile);
425 tools::fs::path resfile = resdir.get_path() / "tcr";
426 assert(!tools::fs::exists(resfile));
440 resfile = workdir.get_path() / "tcr";
446 resfile, workdir.get_path(), w);
452 config, resfile, workdir.get_path(), w);
457 get_test_case_result(s.first, s.second, resfile);
463 if (tools::fs::exists(resfile))
464 tools::fs::remove(resfile);
467 if (tools::fs::exists(resfile))
468 tools::fs::remove(resfile);