Home | History | Annotate | Download | only in tools

Lines Matching defs:atffile

34 #include "atffile.hpp"
133 "application/X-atf-atffile", 1);
271 // The "atffile" class.
274 impl::atffile::atffile(const vars_map& config_vars,
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 of
332 // Parse the atffile.
336 ("Cannot open Atffile", filename);
346 return atffile(r.conf(), r.tps(), r.props());