Searched defs:atffile (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datffile.hpp68 // The "atffile" class.
71 class atffile { class in namespace:atf::atf_run
77 atffile(const atf::tests::vars_map&,
90 atffile read_atffile(const fs::path&);
H A Datffile.cpp39 #include "atffile.hpp"
129 "application/X-atf-atffile", 1);
267 // The "atffile" class.
270 impl::atffile::atffile(const atf::tests::vars_map& config_vars, function in class:impl::atffile
281 impl::atffile::tps(void)
288 impl::atffile::conf(void)
295 impl::atffile::props(void)
307 impl::atffile
310 // Scan the directory where the atffile live
[all...]
H A Datffile_test.cpp44 #include "atffile.hpp"
61 (*os) << "Content-Type: application/X-atf-atffile; version=\"1\"\n\n";
85 // Tests cases for the "atffile" parser.
133 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
153 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
179 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
221 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
263 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
316 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
344 "Content-Type: application/X-atf-atffile; versio
536 const atf::atf_run::atffile atffile = atf::atf_run::read_atffile( local
567 const atf::atf_run::atffile atffile = atf::atf_run::read_atffile( local
[all...]

Completed in 17 milliseconds