Home
last modified time | relevance | path

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

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