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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dconfig.cpp122 std::vector< atf::fs::path > dirs; local
123 dirs.push_back(atf::fs::path(atf::config::get("atf_confdir")));
125 dirs.push_back(atf::fs::path(atf::env::get("HOME")) / ".atf");
126 return dirs;
216 const std::vector< atf::fs::path > dirs = get_config_dirs(); local
217 for (std::vector< atf::fs::path >::const_iterator iter = dirs.begin();
218 iter != dirs.end(); iter++) {
H A Drequirements.cpp71 const std::vector< std::string > dirs = atf::text::split( local
73 for (std::vector< std::string >::const_iterator iter = dirs.begin();
74 !found && iter != dirs.end(); iter++) {
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp476 std::vector< std::string > dirs = local
480 for (std::vector< std::string >::const_iterator iter = dirs.begin();
481 !found && iter != dirs.end(); iter++) {

Completed in 19 milliseconds