Searched refs:package (Results 201 - 225 of 452) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DResolvable.cpp14 Resolvable::Resolvable(::Package* package) argument
16 fPackage(package),
/haiku/src/kits/package/
H A DGlobalWritableFileInfo.cpp7 #include <package/GlobalWritableFileInfo.h>
9 #include <package/hpkg/PackageInfoAttributeValue.h>
/haiku/src/kits/package/hpkg/
H A DBlockBufferPool.cpp7 #include <package/hpkg/BlockBufferPool.h>
11 #include <package/hpkg/BlockBufferPoolImpl.h>
H A DPackageEntry.cpp7 #include <package/hpkg/PackageEntry.h>
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkSymlink.h26 PackageLinkSymlink(Package* package,
30 void Update(Package* package,
/haiku/headers/os/package/
H A DInstallationLocationInfo.h12 #include <package/PackageDefs.h>
13 #include <package/PackageInfoSet.h>
H A DPackageResolvableExpression.h11 #include <package/PackageResolvableOperator.h>
12 #include <package/PackageVersion.h>
31 * of individual packages in order to solve a package management request.
/haiku/headers/private/package/
H A DDaemonClient.h13 #include <package/PackageDefs.h>
16 #include <package/DaemonDefs.h>
H A DRemoveRepositoryJob.h11 #include <package/Job.h>
/haiku/headers/private/package/manager/
H A DExceptions.h12 #include <package/CommitTransactionResult.h>
13 #include <package/Context.h>
/haiku/build/scripts/
H A Dbuild_haiku_repository31 # Get the canonical names for the packages and copy them to the package
34 fileName=`"$package" info -f "%fileName%" "$packageFile"`
/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
/haiku/src/bin/pkgman/
H A Dcommand_drop_repo.cpp14 #include <package/DropRepositoryRequest.h>
15 #include <package/Context.h>
H A Dcommand_add_repo.cpp15 #include <package/AddRepositoryRequest.h>
16 #include <package/Context.h>
17 #include <package/RefreshRepositoryRequest.h>
18 #include <package/PackageRoster.h>
/haiku/src/system/kernel/arch/riscv64/
H A Darch_system_info.cpp33 node->data.package.vendor = B_CPU_VENDOR_UNKNOWN;
34 node->data.package.cache_line_size = CACHE_LINE_SIZE;
/haiku/src/apps/haikudepot/model/
H A DPackageInfoListener.cpp23 PackageInfoEvent::PackageInfoEvent(const PackageInfoRef& package, argument
26 fPackage(package),
/haiku/headers/os/package/hpkg/
H A DPackageEntryAttribute.h9 #include <package/hpkg/PackageData.h>
H A DPackageInfoAttributeValue.h13 #include <package/PackageArchitecture.h>
14 #include <package/PackageInfoAttributes.h>
15 #include <package/PackageResolvableOperator.h>
16 #include <package/WritableFileUpdateType.h>
H A DRepositoryContentHandler.h11 #include <package/hpkg/HPKGDefs.h>
/haiku/headers/os/package/hpkg/v1/
H A DPackageDataReader.h9 #include <package/hpkg/DataReader.h>
H A DPackageEntryAttribute.h9 #include <package/hpkg/v1/PackageData.h>
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.h44 status_t AddPackage(Package* package);
45 void RemovePackage(Package* package);
63 status_t _AddPackage(Package* package);
64 void _RemovePackage(Package* package);
/haiku/src/kits/package/hpkg/v1/
H A DPackageEntryV1.cpp7 #include <package/hpkg/v1/PackageEntry.h>
/haiku/src/kits/package/solver/
H A DSolverPackageSpecifierList.cpp10 #include <package/solver/SolverPackageSpecifierList.h>
15 #include <package/solver/SolverPackageSpecifier.h>
105 BSolverPackageSpecifierList::AppendSpecifier(BSolverPackage* package) argument
107 return AppendSpecifier(BSolverPackageSpecifier(package));
/haiku/headers/os/package/solver/
H A DSolverPackage.h9 #include <package/PackageInfo.h>

Completed in 114 milliseconds

1234567891011>>