Lines Matching defs:rps
3030 scan_source_file (const string& rps, const stat_t& st,
3045 .bind(1, rps)
3062 int fd = open (rps.c_str(), O_RDONLY);
3068 throw libc_exception(errno, string("open ") + rps);
3088 .bind(1, rps)
3117 .bind(4, rps)
3181 .bind(1, rps)
3187 obatched(clog) << "recorded buildid=" << buildid << " file=" << rps
3200 archive_classify (const string& rps, string& archive_extension,
3209 if (string_endswith(rps, arch.first))
3219 string popen_cmd = archive_decoder + " " + shell_escape(rps);
3227 fp = fopen (rps.c_str(), "r");
3230 throw libc_exception (errno, string("fopen ") + rps);
3250 obatched(clog) << "cannot open archive from pipe " << rps << endl;
3255 obatched(clog) << "libarchive scanning " << rps << endl;
3367 .bind(4, rps)
3377 .bind(1, rps)
3384 obatched(clog) << "recorded buildid=" << buildid << " rpm=" << rps << " file=" << fn
3402 scan_archive_file (const string& rps, const stat_t& st,
3419 .bind(1, rps)
3436 .bind(1, rps)
3445 archive_classify (rps, archive_extension,
3467 obatched(clog) << "scanned archive=" << rps
3483 .bind(1, rps)
3678 string rps = string(rp);
3681 bool ri = !regexec (&file_include_regex, rps.c_str(), 0, 0, 0);
3682 bool rx = !regexec (&file_exclude_regex, rps.c_str(), 0, 0, 0);
3696 scanq.push_back (make_pair(rps, *f->fts_statp));