Lines Matching refs:package1
179 string package1;
852 << "usage: " << prog_name << " [options] <package1> <package2>\n"
854 << " --debug-info-pkg1|--d1 <path> path of debug-info package of package1\n"
3247 if (opts.package1.empty())
3249 opts.package1 = make_path_absolute(argv[i]).get();
3250 opts.nonexistent_file = !file_exists(opts.package1);
3552 if (opts.package1.empty())
3562 else if(opts.package1.empty() || opts.package2.empty())
3570 package_sptr first_package(new package(opts.package1, "package1"));
3712 base_name(opts.package1, package_name);