Lines Matching defs:packages

10 /// This program compares the ABIs of binaries inside two packages.
15 /// The program takes the two packages to compare as well as their
16 /// associated debug info packages.
18 /// The program extracts the content of the two packages into a
29 /// 1/ the first package and its ancillary packages (debug info and
30 /// devel packages) are extracted concurrently.
32 /// 3 thread packages (one package, one debug info package and one
274 /// Abstract ELF files from the packages which ABIs ought to be
306 /// Abstract the result of comparing two packages.
411 /// Getter for the path to the root dir where the packages are
414 /// @return the path to the root dir where the packages are
419 /// Getter for the path to the directory where the packages are
422 /// @return the path to the directory where the packages are
428 /// Setter for the path to the directory where the packages are
502 /// Getter for the debug info packages associated to the current
505 /// There can indeed be several debug info packages needed for one
507 /// split across several debuginfo packages.
509 /// @return the debug info packages associated to the current
515 /// Getter for the debug info packages associated to the current
518 /// There can indeed be several debug info packages needed for one
520 /// split across several debuginfo packages.
522 /// @return the debug info packages associated to the current
528 /// Setter for the debug info packages associated to the current
531 /// There can indeed be several debug info packages needed for one
533 /// split across several debuginfo packages.
788 /// Getter for the path to the parent directory under which packages
791 /// @return the path to the parent directory under which packages
873 << " --full-impact|-f when comparing kernel packages, show the "
1056 /// packages.
1766 /// If devel packages were associated to the main package we are
1798 // For RPM and DEB packages, header files are under the
1839 // We don't support this yet for non-RPM packages.
1980 /// packages into a temporary directory.
1982 /// If this task has several packages to extract, then it extracts
1986 /// extract packages in sequence) in parallel.
2000 pkg_extraction_task(const vector<package_sptr> &packages, const options &o)
2001 : pkgs(packages), opts(o), is_ok(true)
2005 /// packages in sequence. This job is to be performed in parallel
2024 /// 1/ Extract the package and its ancillary packages.
2478 /// Extract the content of a package (and its ancillary packages) and
2481 /// First, the content of the package and its ancillary packages are
2531 // Perform the extraction of the NUM_WORKERS packages in parallel.
2551 /// Extract the two packages (and their ancillary packages) and
2556 /// Note that preparing the first package and its ancillary packages
2558 /// ancillary packages. The function then waits for the two
2686 /// handling two packages, unless the user asked to keep the temporary
2705 /// Compare the ABI of two prepared packages that contain userspace
2989 /// Compare the ABI of two prepared packages that contain linux kernel
3083 cout << "== Kernel ABI changes between packages '"
3087 cout << "== End of kernel ABI changes between packages '"
3096 /// Compare the ABI of two prepared packages.
3159 /// Compare the ABI of two packages
3178 // Prepare (extract and analyze the contents) the packages and their
3179 // ancillary packages.
3209 /// Compare the ABI of two packages.
3503 << "no more than 2 Linux kernel white list packages can be provided\n";
3565 << "please enter two packages to compare" << "\n";
3661 // We are looking at kernel packages. If the user provided