Searched refs:expand_glob (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dexpand_test.cpp157 set_md_var("descr", "Tests the expand_glob function with random "
162 using atf::expand::expand_glob;
174 exps = expand_glob("foo", candidates);
178 exps = expand_glob("bar", candidates);
182 exps = expand_glob("foo*", candidates);
189 exps = expand_glob("*foo", candidates);
194 exps = expand_glob("*foo*", candidates);
201 exps = expand_glob("ba", candidates);
204 exps = expand_glob("ba*", candidates);
209 exps = expand_glob("*b
[all...]
H A Dexpand.hpp47 //! any character that will be expanded by expand_glob.
66 std::vector< std::string > expand_glob(const std::string& glob, function in namespace:atf::expand
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datffile.cpp210 atf::expand::expand_glob(name, m_dir.names());

Completed in 20 milliseconds