Searched refs:package (Results 251 - 275 of 452) sorted by relevance

<<111213141516171819

/haiku/headers/private/package/
H A DActivateRepositoryCacheJob.h13 #include <package/Job.h>
H A DActivateRepositoryConfigJob.h13 #include <package/Job.h>
/haiku/src/kits/package/
H A DTempfileManager.cpp10 #include <package/TempfileManager.h>
H A DPackageResolvableExpression.cpp7 #include <package/PackageResolvableExpression.h>
9 #include <package/hpkg/PackageInfoAttributeValue.h>
10 #include <package/PackageInfo.h>
11 #include <package/PackageResolvable.h>
H A DPackageInfoContentHandler.cpp7 #include <package/PackageInfoContentHandler.h>
9 #include <package/PackageInfo.h>
10 #include <package/hpkg/ErrorOutput.h>
11 #include <package/hpkg/PackageInfoAttributeValue.h>
159 "Invalid package attribute section: unexpected package "
H A DUserSettingsFileInfo.cpp7 #include <package/UserSettingsFileInfo.h>
9 #include <package/hpkg/PackageInfoAttributeValue.h>
/haiku/src/kits/package/hpkg/
H A DAttributeDataReader.cpp7 #include <package/hpkg/DataReader.h>
H A DFDDataReader.cpp7 #include <package/hpkg/DataReader.h>
/haiku/headers/os/package/
H A DGlobalWritableFileInfo.h9 #include <package/WritableFileUpdateType.h>
H A DRequest.h11 #include <package/Job.h>
/haiku/headers/os/package/hpkg/
H A DPackageData.h9 #include <package/hpkg/HPKGDefs.h>
/haiku/headers/os/package/solver/
H A DSolverPackageSpecifier.h29 BSolverPackage* package);
H A DSolverPackageSpecifierList.h32 bool AppendSpecifier(BSolverPackage* package);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageLeafNode.h16 PackageLeafNode(Package* package, mode_t mode);
H A DPackageFile.h18 PackageFile(Package* package, mode_t mode,
/haiku/src/kits/package/hpkg/v1/
H A DPackageInfoContentHandlerV1.cpp7 #include <package/hpkg/v1/PackageInfoContentHandler.h>
9 #include <package/PackageInfo.h>
10 #include <package/hpkg/ErrorOutput.h>
11 #include <package/hpkg/PackageInfoAttributeValue.h>
146 "Invalid package attribute section: unexpected package "
/haiku/headers/private/package/hpkg/
H A DPackageFileHeapReader.h10 #include <package/hpkg/PackageFileHeapAccessorBase.h>
/haiku/src/apps/haikudepot/ui/
H A DMessagePackageListener.h40 void SetPackage(const PackageInfoRef& package);
/haiku/src/servers/package/
H A DProblemWindow.cpp16 #include <package/solver/Solver.h>
17 #include <package/solver/SolverPackage.h>
18 #include <package/solver/SolverProblem.h>
19 #include <package/solver/SolverProblemSolution.h>
22 #include <package/manager/Exceptions.h>
76 fDoneSemaphore = create_sem(0, "package problems");
285 // Reword text for B_ALLOW_DEINSTALLATION, if the package has been added
287 BSolverPackage* package = element->SourcePackage(); local
289 && package != NULL
290 && fPackagesAddedByUser->find(package) !
[all...]
/haiku/src/system/kernel/arch/arm/
H A Darch_system_info.cpp37 //TODO node->data.package.vendor = sCPUVendor;
38 node->data.package.cache_line_size = CACHE_LINE_SIZE;
/haiku/src/apps/haikudepot/packagemanagement/
H A DAbstractPackageProcess.h21 AbstractPackageProcess(PackageInfoRef package,
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.h19 #include <package/RepositoryCache.h>
/haiku/src/bin/package/
H A Dcommand_list.cpp16 #include <package/hpkg/PackageContentHandler.h>
17 #include <package/hpkg/PackageEntry.h>
18 #include <package/hpkg/PackageEntryAttribute.h>
19 #include <package/hpkg/PackageInfoAttributeValue.h>
20 #include <package/hpkg/PackageReader.h>
21 #include <package/hpkg/StandardErrorOutput.h>
22 #include <package/hpkg/v1/PackageContentHandler.h>
23 #include <package/hpkg/v1/PackageEntry.h>
24 #include <package/hpkg/v1/PackageEntryAttribute.h>
25 #include <package/hpk
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependency.cpp17 Dependency::Dependency(::Package* package) argument
19 fPackage(package),
H A DDependency.h9 #include <package/PackageResolvableOperator.h>
30 Dependency(::Package* package);
70 public: // conceptually package private

Completed in 82 milliseconds

<<111213141516171819