Searched refs:package (Results 151 - 175 of 452) sorted by relevance

1234567891011>>

/haiku/src/apps/haikudepot/ui/
H A DMessagePackageListener.cpp72 OnePackageMessagePackageListener::SetPackage(const PackageInfoRef& package) argument
74 if (fPackage == package)
82 fPackage = package;
H A DPackageContentsView.h25 void SetPackage(const PackageInfoRef& package);
32 const PackageInfo& package);
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp23 #include <package/PackageDefs.h>
24 #include <package/hpkg/NoErrorOutput.h>
25 #include <package/hpkg/PackageContentHandler.h>
26 #include <package/hpkg/PackageEntry.h>
27 #include <package/hpkg/PackageEntryAttribute.h>
28 #include <package/hpkg/PackageInfoAttributeValue.h>
29 #include <package/hpkg/PackageReader.h>
110 OpenPackageProcess::OpenPackageProcess(PackageInfoRef package, Model* model, argument
113 AbstractPackageProcess(package, model),
196 OpenPackageProcess::FindAppToLaunch(const PackageInfoRef& package, argument
[all...]
/haiku/headers/private/package/
H A DValidateChecksumJob.h13 #include <package/ChecksumAccessors.h>
14 #include <package/Job.h>
/haiku/src/kits/package/
H A DActivateRepositoryCacheJob.cpp10 #include <package/ActivateRepositoryCacheJob.h>
14 #include <package/Context.h>
H A DDropRepositoryRequest.cpp10 #include <package/DropRepositoryRequest.h>
16 #include <package/RemoveRepositoryJob.h>
/haiku/headers/os/package/
H A DDownloadFileRequest.h12 #include <package/Context.h>
13 #include <package/Request.h>
H A DRepositoryCache.h12 #include <package/PackageInfoSet.h>
13 #include <package/RepositoryInfo.h>
H A DAddRepositoryRequest.h11 #include <package/Context.h>
12 #include <package/Request.h>
/haiku/src/kits/package/hpkg/v1/
H A DPackageDataV1.cpp7 #include <package/hpkg/v1/PackageData.h>
11 #include <package/hpkg/v1/HPKGDefsPrivate.h>
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAutoPackageAttributes.h32 static const void* GetAttributeValue(const Package* package,
36 static status_t OpenCookie(Package* package,
H A DAutoPackageAttributes.cpp24 AutoPackageAttributeCookie(Package* package, AutoPackageAttribute attribute) argument
26 fPackage(package),
105 AutoPackageAttributes::GetAttributeValue(const Package* package, argument
111 const char* value = package->VersionedName();
119 const char* value = package->FileName();
132 AutoPackageAttributes::OpenCookie(Package* package, const StringKey& name, argument
135 if (package == NULL)
145 AutoPackageAttributeCookie(package, attribute);
/haiku/headers/private/package/hpkg/
H A DRepositoryReaderImpl.h9 #include <package/hpkg/ReaderImplBase.h>
11 #include <package/RepositoryInfo.h>
/haiku/src/apps/installer/
H A DPackageViews.cpp20 #include <package/PackageInfo.h>
65 Package *package = new Package(path);
66 package->fName = info.Name();
67 package->fDescription = info.Summary();
94 package->SetGroupName(group);
95 package->SetSize(size);
96 package->SetAlwaysOn(alwaysOn);
97 package->SetOnByDefault(onByDefault);
106 package->SetIcon(new BBitmap(&msg));
109 return package;
247 Package* package = static_cast<Package*>(item); local
[all...]
/haiku/src/bin/pkgman/
H A Dcommand_search.cpp22 #include <package/solver/SolverPackage.h>
275 BSolverPackage* package = packages.ItemAt(i); local
278 if (package->Repository() == systemRepository)
280 else if (package->Repository() == homeRepository)
283 repository = package->Repository()->Name();
286 table.SetTextAt(i, 1, package->Name());
287 table.SetTextAt(i, 2, package->Version().ToString());
288 table.SetTextAt(i, 3, package->Info().ArchitectureName());
303 BSolverPackage* package = packages.ItemAt(i); local
305 && package
333 BSolverPackage* package = packages.ItemAt(groupStart); local
[all...]
/haiku/src/kits/package/manager/
H A DPackageManager.cpp11 #include <package/manager/PackageManager.h>
17 #include <package/CommitTransactionResult.h>
18 #include <package/DownloadFileRequest.h>
19 #include <package/PackageRoster.h>
20 #include <package/RefreshRepositoryRequest.h>
21 #include <package/RepositoryCache.h>
22 #include <package/solver/SolverPackage.h>
23 #include <package/solver/SolverPackageSpecifier.h>
24 #include <package/solver/SolverPackageSpecifierList.h>
25 #include <package/solve
230 BSolverPackage* package = installationRepository.PackageAt(i); local
450 BSolverPackage* package = element->Package(); local
474 BSolverPackage* package = packagesToActivate.ItemAt(i); local
696 _ClonePackageFile(LocalRepository* repository, BSolverPackage* package, const BEntry& entry) argument
747 BSolverPackage* package = packages.ItemAt(i); local
827 BSolverPackage* package = _AddLocalPackage(searchString); local
947 BSolverPackage* package; local
957 GetPackagePath(BSolverPackage* package, BPath& _path) argument
990 GetPackagePath(BSolverPackage* package, BPath& _path) argument
1016 DisablePackage(BSolverPackage* package) argument
1035 EnablePackage(BSolverPackage* package) argument
[all...]
/haiku/src/apps/haikudepot/server/
H A DServerPkgDataUpdateProcess.cpp35 /*! This package listener (not at the JSON level) is feeding in the
45 virtual bool ConsumePackage(const PackageInfoRef& package,
84 PackageFillingPkgListener::ConsumePackage(const PackageInfoRef& package, argument
90 // the package's listeners. This way the quantity of BMessages
94 package->StartCollatingChanges();
104 package->SetTitle(*(pkgVersion->Title()));
107 package->SetShortDescription(*(pkgVersion->Summary()));
110 package->SetFullDescription(*(pkgVersion->Description()));
113 package->SetSize(static_cast<off_t>(pkgVersion->PayloadLength()));
116 package
183 PackageInfoRef package = depot->PackageByName(packageName); local
[all...]
/haiku/src/bin/package/
H A DPackageWritingUtils.h11 #include <package/hpkg/PackageWriter.h>
/haiku/src/kits/package/hpkg/
H A DErrorOutput.cpp7 #include <package/hpkg/ErrorOutput.h>
H A DBlockBufferPoolNoLock.cpp8 #include <package/hpkg/BlockBufferPoolNoLock.h>
/haiku/headers/os/package/hpkg/
H A DBlockBufferPoolNoLock.h9 #include <package/hpkg/BlockBufferPool.h>
H A DPackageDataReader.h9 #include <package/hpkg/DataReader.h>
/haiku/headers/os/package/solver/
H A DSolverRepository.h10 #include <package/PackageDefs.h>
11 #include <package/PackageInfoSet.h>
68 bool RemovePackage(BSolverPackage* package);
69 bool DeletePackage(BSolverPackage* package);
/haiku/headers/private/package/manager/
H A DRepositoryBuilder.h14 #include <package/PackageInfo.h>
15 #include <package/solver/Solver.h>
16 #include <package/solver/SolverPackage.h>
17 #include <package/solver/SolverRepository.h>
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageSymlink.h14 PackageSymlink(Package* package, mode_t mode);

Completed in 326 milliseconds

1234567891011>>