Searched refs:ip_it (Results 1 – 1 of 1) sorted by relevance
332 vector<string>::const_iterator ip_it = image_path.begin(); in create() local333 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()