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

  /src/external/bsd/atf/dist/atf-c/detail/
tp_main.c 148 atf_fs_path_t m_resfile; member in struct:params
184 err = atf_fs_path_init_fmt(&p->m_resfile, "/dev/stdout");
192 atf_fs_path_fini(&p->m_resfile);
205 atf_fs_path_fini(&p->m_resfile);
350 err = replace_path_param(&p->m_resfile, optarg);
510 err = atf_tp_run(tp, p->m_tcname, atf_fs_path_cstring(&p->m_resfile));
tp_main.c 148 atf_fs_path_t m_resfile; member in struct:params
184 err = atf_fs_path_init_fmt(&p->m_resfile, "/dev/stdout");
192 atf_fs_path_fini(&p->m_resfile);
205 atf_fs_path_fini(&p->m_resfile);
350 err = replace_path_param(&p->m_resfile, optarg);
510 err = atf_tp_run(tp, p->m_tcname, atf_fs_path_cstring(&p->m_resfile));
  /src/external/bsd/atf/dist/atf-c++/
tests.cpp 398 atf::fs::path m_resfile; member in class:tp
439 m_resfile("/dev/stdout"),
488 m_resfile = atf::fs::path(arg);
657 tc->run(m_resfile.str());
tests.cpp 398 atf::fs::path m_resfile; member in class:tp
439 m_resfile("/dev/stdout"),
488 m_resfile = atf::fs::path(arg);
657 tc->run(m_resfile.str());

Completed in 49 milliseconds