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

/external/oprofile/libpp/
H A Dprofile_spec.cpp332 vector<string>::const_iterator ip_it = image_path.begin(); local
333 for ( ; ip_it != image_path.end(); ++ip_it) {
334 if (!is_directory(spec.get_archive_path() + "/" + *ip_it)) {
335 cerr << spec.get_archive_path() + "/" + *ip_it << " isn't a valid directory\n";

Completed in 99 milliseconds