Lines Matching refs:arch
1843 for (auto&& arch : scan_archives)
1844 if (string_endswith(b_source0, arch.first))
1846 archive_extension = arch.first;
1847 archive_decoder = arch.second;
3208 for (auto&& arch : scan_archives)
3209 if (string_endswith(rps, arch.first))
3211 archive_extension = arch.first;
3212 archive_decoder = arch.second;
3568 for (auto&& arch : scan_archives)
3569 if (string_endswith(p.first, arch.first))
4333 for (auto&& arch : scan_archives)
4334 o << arch.first << "(" << arch.second << ") ";