Searched refs:packages (Results 1 - 25 of 38) sorted by relevance

12

/haiku/3rdparty/os_probe/
H A D83haiku31 packages="$(item_in_dir "packages" "$mpoint/$system")" &&
32 item_in_dir -q "haiku_loader-r[0-9].*\.hpkg" "$mpoint/$system/$packages" &&
33 rev="$(item_in_dir "haiku-r[0-9].*\.hpkg" "$mpoint/$system/$packages")"
/haiku/src/bin/pkgman/
H A Dcommand_info.cpp89 // find packages
90 BObjectList<BSolverPackage> packages; local
92 flags, packages);
94 DIE(error, "searching packages failed");
96 if (packages.IsEmpty()) {
97 printf("No matching packages found.\n");
102 int32 packageCount = packages.CountItems();
104 BSolverPackage* package = packages.ItemAt(i);
H A Dcommand_uninstall.cpp28 " Uninstalls one or more packages.\n";
32 "Uninstalls the specified packages.\n"
39 " Uninstall the packages from the user's home directory. Default is to\n"
93 // The remaining arguments are the packages to be uninstalled.
98 const char* const* packages = argv + optind; local
103 packageManager.Uninstall(packages, packageCount);
H A Dcommand_update.cpp28 " Updates the specified or all packages.\n";
32 "Updates the specified packages. If no packages are given, all packages\n"
43 " Update the packages in the user's home directory. Default is to\n"
97 // The remaining arguments, if any, are the packages to be installed.
99 const char* const* packages = argv + optind; local
104 packageManager.Update(packages, packageCount);
H A Dcommand_search.cpp39 " Searches for packages matching <search-string>.\n";
43 "Searches for packages matching <search-string>.\n"
47 " List all packages. Specified instead of <search-string>.\n"
55 " Only find installed packages.\n"
57 " Only find not installed packages.\n"
59 " Search packages with <search-string> as requirements.\n"
61 " Search for packages containing <search-string> only on the given scope.\n"
243 BObjectList<BSolverPackage> packages; local
245 flags, packages);
247 DIE(error, "searching packages faile
[all...]
H A Dcommand_install.cpp34 " Installs one or more packages.\n";
38 "Installs the specified packages. A <package> argument can be a search\n"
47 " Install the packages in the user's home directory. Default is to\n"
101 // The remaining arguments are the packages to be installed.
106 const char* const* packages = argv + optind; local
112 packageManager.Install(packages, packageCount);
114 // Output already installed packages
116 if (!packagesToInstall.AppendSpecifiers(packages, packageCount))
118 // Find the installed packages that match the specification
/haiku/3rdparty/cloud/
H A Dsysprep-gce.sh50 wget https://eu.hpkg.haiku-os.org/haikuports/r1beta4/x86_64/current/packages/smolcloudtools-$SMOL_RELEASE-x86_64.hpkg \
51 -O $TARGET_ROOTFS/system/packages/smolcloudtools-$SMOL_RELEASE-x86_64.hpkg
/haiku/3rdparty/docker/bootstrap/
H A Dhaikuports_build.sh12 --cross-devel-package $GENERATED/objects/haiku/$TARGET_ARCH/packaging/packages/haiku_cross_devel_sysroot_stage1_$TARGET_ARCH.hpkg $1
H A Dhaikuports_chroot.sh25 --cross-devel-package $GENERATED/objects/haiku/$TARGET_ARCH/packaging/packages/haiku_cross_devel_sysroot_${STAGE}_$TARGET_ARCH.hpkg \
/haiku/3rdparty/kallisti5/
H A Dmksysroot.sh14 EXCLUDE="/boot/system/packages /boot/system/var/swap"
20 tar $(for i in $EXCLUDE; do echo "--exclude $i"; done) -cvzf $OUTPUT /boot/system /bin /etc /packages /system /tmp
/haiku/headers/os/package/solver/
H A DSolver.h59 const BSolverPackageSpecifierList& packages,
66 const BSolverPackageSpecifierList& packages,
70 const BSolverPackageSpecifierList& packages,
74 const BSolverPackageSpecifierList& packages,
/haiku/3rdparty/pulkomandy/
H A Dpkggraph.py14 Generate a graph of dependencies for a set of packages packages in an Haiku system.
17 - Without arguments: generate a graph of all packages in /system/packages. This can be quite busy
20 - With arguments: the arguments are a list of packages to analyze. This allows to print a subset
21 of the packages for a better view.
27 in a package subset). If you use the complete /system/packages hierarchy, there should be no red
31 packages that nothing points to, and see if you want to uninstall them), or piped into dot for
34 cd /system/packages
35 pkggraph.py qt* gst_plugins_ba* | dot -Tpng -o /tmp/packages
41 packages = sys.argv[1:] variable
43 packages = [join(path, f) for f in listdir(path) if(isfile(join(path, f)))] variable
[all...]
H A Dunbootstrap.sh2 # Convert _bootstrap packages to non-bootstrap version.
3 # THIS IS A HACK. The _bootstrap packages are cross-compiled on a pseudo-haiku
8 # to actually bootstrap the packages.
13 for package in ../packages/*.hpkg
/haiku/src/kits/package/
H A DActivationTransaction.cpp158 BActivationTransaction::SetPackagesToActivate(const BStringList& packages) argument
160 fPackagesToActivate = packages;
161 return fPackagesToActivate.CountStrings() == packages.CountStrings();
180 BActivationTransaction::SetPackagesToDeactivate(const BStringList& packages) argument
182 fPackagesToDeactivate = packages;
183 return fPackagesToDeactivate.CountStrings() == packages.CountStrings();
H A DPathFinder.cpp40 BObjectList<BSolverPackage> packages; local
42 BSolver::B_FIND_IN_NAME | BSolver::B_FIND_IN_PROVIDES, packages);
48 for (int32 i = 0; BSolverPackage* package = packages.ItemAt(i); i++) {
/haiku/src/apps/haikudepot/packagemanagement/
H A DUninstallPackageProcess.cpp114 BPackageManager::InstalledRepository::PackageList& packages local
116 for (int32 i = 0; i < packages.CountItems(); i++) {
117 PackageInfoRef ref(FindPackageByName(packages.ItemAt(i)
/haiku/3rdparty/mmu_man/scripts/
H A Didentify_repo.sh3 # for each package in /system/packages/ check which repository it comes from
15 cd /system/packages/
33 if wget -q --spider "${repourls[$i]}/packages/$p" ; then
/haiku/src/apps/softwareupdater/
H A DUpdateAction.cpp67 const char* const packages = ""; local
68 fUpdateManager->Update(&packages, packageCount);
89 fprintf(stderr, "Nothing to do while updating packages : %s\n",
97 "Exception occurred while updating packages : %s\n"),
H A DCheckAction.cpp52 const char* const packages = ""; local
53 fCheckManager->Update(&packages, packageCount);
/haiku/headers/private/package/
H A DActivationTransaction.h47 const BStringList& packages);
52 const BStringList& packages);
/haiku/3rdparty/docker/cross-compiler/
H A Dbuild-toolchain.sh59 # Build needed packages and tools for the cross-compiler
79 # Extract packages
80 package extract -C $PACKAGE_ROOT $OUTPUT/objects/haiku/$ARCH/packaging/packages/haiku.hpkg
81 package extract -C $PACKAGE_ROOT $OUTPUT/objects/haiku/$ARCH/packaging/packages/haiku_devel.hpkg
83 package extract -C $PACKAGE_ROOT $OUTPUT/objects/haiku/$ARCH/packaging/packages/haiku_${SECONDARY_ARCH}.hpkg
84 package extract -C $PACKAGE_ROOT $OUTPUT/objects/haiku/$ARCH/packaging/packages/haiku_${SECONDARY_ARCH}_devel.hpkg
/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp156 BObjectList<BSolverPackage> packages; local
163 BSolver::B_FIND_IN_PROVIDES, packages);
166 else if (packages.CountItems() == 0)
169 for (int32 i = 0; i < packages.CountItems(); i++) {
170 BSolverPackage* package = packages.ItemAt(i);
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.h43 const BSolverPackageSpecifierList& packages,
50 const BSolverPackageSpecifierList& packages,
54 const BSolverPackageSpecifierList& packages,
58 const BSolverPackageSpecifierList& packages,
105 const BSolverPackageSpecifierList& packages,
/haiku/headers/private/package/manager/
H A DPackageManager.h93 void Install(const char* const* packages,
96 packages);
97 void Uninstall(const char* const* packages,
100 packages);
101 void Update(const char* const* packages,
104 packages);
140 int32 _FindBasePackage(const PackageList& packages,
/haiku/src/servers/package/
H A DResultWindow.h48 const PackageList& packages,

Completed in 103 milliseconds

12