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

  /src/external/bsd/atf/dist/tools/
atffile.hpp 66 // The "atffile" class.
69 class atffile { class in namespace:tools
75 atffile(const std::map< std::string, std::string >&,
88 atffile read_atffile(const tools::fs::path&);
atffile.cpp 34 #include "atffile.hpp"
133 "application/X-atf-atffile", 1);
271 // The "atffile" class.
274 impl::atffile::atffile(const vars_map& config_vars, function in class:impl::atffile
285 impl::atffile::tps(void)
292 impl::atffile::conf(void)
299 impl::atffile::props(void)
311 impl::atffile
314 // Scan the directory where the atffile lives in to gather a list o
    [all...]
atffile_test.cpp 41 #include "atffile.hpp"
59 std::unique_ptr< std::ofstream > os(new std::ofstream("Atffile"));
62 (*os) << "Content-Type: application/X-atf-atffile; version=\"1\"\n\n";
86 // Tests cases for the "atffile" parser.
134 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
154 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
180 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
222 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
264 "Content-Type: application/X-atf-atffile; version=\"1\"\n"
317 "Content-Type: application/X-atf-atffile; version=\"1\"\n
536 const tools::atffile atffile = tools::read_atffile( local
567 const tools::atffile atffile = tools::read_atffile( local
    [all...]

Completed in 21 milliseconds