Home
last modified time | relevance | path

Searched refs:paths_set (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dmetadata.hpp57 typedef std::set< utils::fs::path > paths_set; typedef
89 const paths_set& required_files(void) const;
91 const paths_set& required_programs(void) const;
130 metadata_builder& set_required_files(const paths_set&);
132 metadata_builder& set_required_programs(const paths_set&);
H A Dmetadata.cpp276 tree.set< paths_set_node >("required_files", engine::paths_set()); in init_tree()
282 tree.set< paths_set_node >("required_programs", engine::paths_set()); in init_tree()
447 check_required_files(const engine::paths_set& required_files) in check_required_files()
449 for (engine::paths_set::const_iterator iter = required_files.begin(); in check_required_files()
466 check_required_programs(const engine::paths_set& required_programs) in check_required_programs()
468 for (engine::paths_set::const_iterator iter = required_programs.begin(); in check_required_programs()
611 const engine::paths_set&
631 const engine::paths_set&
961 engine::metadata_builder::set_required_files(const paths_set& files) in set_required_files()
991 engine::metadata_builder::set_required_programs(const paths_set& progs) in set_required_programs()
H A Dmetadata_test.cpp90 engine::paths_set files; in ATF_TEST_CASE_BODY()
94 engine::paths_set programs; in ATF_TEST_CASE_BODY()
159 engine::paths_set files; in ATF_TEST_CASE_BODY()
164 engine::paths_set programs; in ATF_TEST_CASE_BODY()
218 engine::paths_set files; in ATF_TEST_CASE_BODY()
224 engine::paths_set programs; in ATF_TEST_CASE_BODY()