Go to the documentation of this file.
15 const std::vector<std::string>& a_dirs,
16 const std::string& a_file,
18 bool a_verbose =
false ) {
19 std::vector<std::string>::const_iterator it;
20 for(it=a_dirs.begin();it!=a_dirs.end();++it) {
33 a_out <<
"find_with_dirs :"
34 <<
" look for " <<
sout(a_path) <<
" ..."
40 a_out <<
"find_with_dirs :"
41 <<
" found " <<
sout(a_path) <<
"."
50 a_out <<
"find_with_dirs :"
51 <<
" " <<
sout(a_file) <<
" not found."
65 const std::string& a_env,
66 const std::string& a_file,
68 bool a_verbose =
false ) {
79 a_out <<
"tools::find_with_env : env variable " <<
sout(a_env) <<
" not defined." << std::endl;
84 a_out <<
"find_with_env : env " <<
sout(a_env) <<
" is " <<
sout(PATH) << std::endl;
87 std::vector<std::string> dirs;