Lines Matching refs:rps
2300 scan_source_file (const string& rps, const stat_t& st, in scan_source_file() argument
2315 .bind(1, rps) in scan_source_file()
2332 int fd = open (rps.c_str(), O_RDONLY); in scan_source_file()
2338 throw libc_exception(errno, string("open ") + rps); in scan_source_file()
2358 .bind(1, rps) in scan_source_file()
2387 .bind(4, rps) in scan_source_file()
2451 .bind(1, rps) in scan_source_file()
2457 obatched(clog) << "recorded buildid=" << buildid << " file=" << rps in scan_source_file()
2470 archive_classify (const string& rps, string& archive_extension, in archive_classify() argument
2479 if (string_endswith(rps, arch.first)) in archive_classify()
2489 string popen_cmd = archive_decoder + " " + shell_escape(rps); in archive_classify()
2497 fp = fopen (rps.c_str(), "r"); in archive_classify()
2500 throw libc_exception (errno, string("fopen ") + rps); in archive_classify()
2522 obatched(clog) << "libarchive scanning " << rps << endl; in archive_classify()
2634 .bind(4, rps) in archive_classify()
2644 .bind(1, rps) in archive_classify()
2651 obatched(clog) << "recorded buildid=" << buildid << " rpm=" << rps << " file=" << fn in archive_classify()
2669 scan_archive_file (const string& rps, const stat_t& st, in scan_archive_file() argument
2686 .bind(1, rps) in scan_archive_file()
2703 .bind(1, rps) in scan_archive_file()
2712 archive_classify (rps, archive_extension, in scan_archive_file()
2734 obatched(clog) << "scanned archive=" << rps in scan_archive_file()
2750 .bind(1, rps) in scan_archive_file()
2943 string rps = string(rp); in scan_source_paths() local
2946 bool ri = !regexec (&file_include_regex, rps.c_str(), 0, 0, 0); in scan_source_paths()
2947 bool rx = !regexec (&file_exclude_regex, rps.c_str(), 0, 0, 0); in scan_source_paths()
2961 scanq.push_back (make_pair(rps, *f->fts_statp)); in scan_source_paths()