HomeSort by: relevance | last modified time | path
    Searched defs:resfile (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
atf-run.cpp 264 const tools::fs::path& resfile)
275 tcr = read_test_case_result(resfile);
291 tcr = read_test_case_result(resfile);
339 tcr = read_test_case_result(resfile);
437 tools::fs::path resfile = resdir.get_path() / "tcr"; local
438 assert(!tools::fs::exists(resfile));
452 resfile = workdir.get_path() / "tcr";
458 resfile, workdir.get_path(), w);
464 config, resfile, workdir.get_path(), w);
469 get_test_case_result(s.first, s.second, resfile);
    [all...]
test-program.cpp 151 const tools::fs::path& resfile; member in struct:__anon6397::test_case_params
166 resfile(p_resfile),
321 argv.push_back("-r" + params->resfile.str());
734 const tools::fs::path& resfile,
742 metadata, config, resfile, workdir);
  /src/external/bsd/atf/dist/atf-c/
tc.c 68 const char *resfile; member in struct:context
114 context_init(struct context *ctx, const atf_tc_t *tc, const char *resfile)
117 ctx->resfile = resfile;
213 create_resfile(const char *resfile, const char *result, const int arg,
218 if (strcmp("/dev/stdout", resfile) == 0) {
220 } else if (strcmp("/dev/stderr", resfile) == 0) {
223 const int fd = open(resfile, O_WRONLY | O_CREAT | O_TRUNC,
227 resfile);
291 create_resfile(ctx->resfile, "expected_failure", -1, reason)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h 239 DString resfile; member in struct:FeatureState::Param

Completed in 72 milliseconds