Searched refs:package (Results 126 - 150 of 452) sorted by relevance

1234567891011>>

/haiku/headers/os/package/hpkg/
H A DStandardErrorOutput.h9 #include <package/hpkg/ErrorOutput.h>
/haiku/src/kits/package/hpkg/
H A DStandardErrorOutput.cpp7 #include <package/hpkg/StandardErrorOutput.h>
H A DPackageContentHandler.cpp7 #include <package/hpkg/PackageContentHandler.h>
21 #include <package/hpkg/PackageAttributes.h>
H A DPackageData.cpp7 #include <package/hpkg/PackageData.h>
11 #include <package/hpkg/HPKGDefsPrivate.h>
H A DRepositoryWriter.cpp7 #include <package/hpkg/RepositoryWriter.h>
11 #include <package/hpkg/RepositoryWriterImpl.h>
12 #include <package/RepositoryInfo.h>
/haiku/src/kits/package/manager/
H A DPackageManagerUtils.h9 #include <package/manager/Exceptions.h>
/haiku/src/servers/package/
H A DVolumeState.h28 void AddPackage(Package* package);
29 void RemovePackage(Package* package);
31 void SetPackageActive(Package* package, bool active);
40 void _RemovePackage(Package* package);
H A DCommitTransactionHandler.cpp23 #include <package/CommitTransactionResult.h>
24 #include <package/DaemonDefs.h>
44 Package* package = NULL)
47 fPackageName(package != NULL ? package->FileName() : BString()),
89 BTransactionIssue BuildIssue(Package* package) const
92 if (packageName.IsEmpty() && package != NULL)
93 packageName = package->FileName();
146 Package* package = fPackagesToActivate.ItemAt(i); local
147 if (fPackagesAlreadyAdded.find(package)
170 Package* package = fVolumeState->FindPackage((*it)->FileName()); local
176 Package* package = fVolumeState->FindPackage((*it)->FileName()); local
299 Package* package = fVolumeState->FindPackage(packageName); local
362 Package* package = fVolumeState->FindPackage(packageName); local
544 Package* package = *it; local
613 Package* package = fPackagesToActivate.ItemAt(i); local
696 Package* package = fPackagesToActivate.ItemAt(i); local
706 _PreparePackageToActivate(Package* package) argument
729 _AddGroup(Package* package, const BString& groupName) argument
757 _AddUser(Package* package, const BUser& user) argument
827 _AddGlobalWritableFiles(Package* package) argument
888 _AddGlobalWritableFile(Package* package, const BGlobalWritableFileInfo& file, const BDirectory& rootDirectory, const BDirectory& extractedFilesDirectory) argument
950 _AddGlobalWritableFileRecurse(Package* package, const BDirectory& sourceDirectory, FSUtils::Path& relativeSourcePath, const BDirectory& targetDirectory, const char* targetName, BWritableFileUpdateType updateType) argument
1271 Package* package = *it; local
1327 Package* package = *it; local
1387 Package* package = *it; local
1406 Package* package = *it; local
1419 _RunPostOrPreScript(Package* package, const BString& script, bool postNotPre) argument
1489 Package* package = *it; local
1513 _ExtractPackageContent(Package* package, const BStringList& contentPaths, BDirectory& targetDirectory, BDirectory& _extractedFilesDirectory) argument
1732 Package* package = *it; local
1885 _FillInActivationChangeItem( PackageFSActivationChangeItem* item, PackageFSActivationChangeType type, Package* package, char*& nameBuffer) argument
1902 _IsSystemPackage(Package* package) argument
[all...]
/haiku/src/kits/package/
H A DJob.cpp11 #include <package/Job.h>
H A DPathFinder.cpp9 #include <package/PackageResolvableExpression.h>
10 #include <package/solver/SolverPackage.h>
13 #include <package/manager/PackageManager.h>
16 // NOTE: This is only the package kit specific part of BPathFinder. Everything
32 // create the package manager -- we only want to use its solver
46 // find the newest matching package
48 for (int32 i = 0; BSolverPackage* package = packages.ItemAt(i); i++) {
49 if (package->Info().Matches(expression)
51 || package->Info().Version().Compare(
53 foundPackage = package;
[all...]
H A DRepositoryCache.cpp11 #include <package/RepositoryCache.h>
22 #include <package/hpkg/ErrorOutput.h>
23 #include <package/hpkg/PackageInfoAttributeValue.h>
24 #include <package/hpkg/RepositoryContentHandler.h>
25 #include <package/hpkg/RepositoryReader.h>
26 #include <package/hpkg/StandardErrorOutput.h>
27 #include <package/PackageInfo.h>
28 #include <package/RepositoryInfo.h>
30 #include <package/PackageInfoContentHandler.h>
H A DRemoveRepositoryJob.cpp10 #include <package/RemoveRepositoryJob.h>
14 #include <package/Context.h>
15 #include <package/PackageRoster.h>
16 #include <package/RepositoryCache.h>
17 #include <package/RepositoryConfig.h>
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.h38 void AddPackage(const PackageInfoRef& package);
39 void RemovePackage(const PackageInfoRef& package);
41 void SelectPackage(const PackageInfoRef& package);
46 PackageRow* _FindRow(const PackageInfoRef& package);
H A DPackageInfoView.h40 void SetPackage(const PackageInfoRef& package);
49 _ScreenshotThumbCoordinate(const PackageInfoRef& package);
50 void _SetPackageScreenshotThumb(const PackageInfoRef& package);
51 void _HandleScreenshotCached(const PackageInfoRef& package,
H A DPackageContentsView.cpp28 #include <package/PackageDefs.h>
29 #include <package/hpkg/NoErrorOutput.h>
30 #include <package/hpkg/PackageContentHandler.h>
31 #include <package/hpkg/PackageEntry.h>
32 #include <package/hpkg/PackageReader.h>
202 fPackageLock("package contents populator lock"),
245 PackageContentsView::SetPackage(const PackageInfoRef& package) argument
247 // When getting a ref to the same package, don't return when the
248 // package state has changed, since in that case, we may now be able
250 // package ha
309 PackageInfoRef package; local
332 _PopulatePackageContents(const PackageInfo& package) argument
[all...]
/haiku/src/bin/pkgman/
H A Dcommand_install.cpp11 #include <package/manager/Exceptions.h>
13 #include <package/solver/SolverPackage.h>
14 #include <package/solver/SolverPackageSpecifier.h>
15 #include <package/solver/SolverPackageSpecifierList.h>
33 " %command% <package> ...\n"
37 "Usage: %program% %command% <package> ...\n"
38 "Installs the specified packages. A <package> argument can be a search\n"
39 "string by which the package is looked up in a remote repository or a\n"
40 "path to a local package file. In the latter case the file is copied.\n"
125 for (int32 i = 0; BSolverPackage* package
[all...]
H A Dcommand_info.cpp15 #include <package/solver/SolverPackage.h>
30 " %command% <package>\n"
31 " Shows summary and description of the specified package.\n";
34 "Usage: %program% %command% <package>\n"
35 "Shows summary and description of the specified package.\n"
36 "The <package> argument is the name by which the package\n"
75 // The remaining argument, if any, is the package.
101 // print out summary and description of first exactly matching package
104 BSolverPackage* package local
[all...]
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.h27 PackageInfoRef package, Model* model,
34 static bool FindAppToLaunch(const PackageInfoRef& package,
H A DPackageManager.cpp23 #include <package/DownloadFileRequest.h>
24 #include <package/manager/Exceptions.h>
25 #include <package/RefreshRepositoryRequest.h>
26 #include <package/hpkg/NoErrorOutput.h>
27 #include <package/hpkg/PackageContentHandler.h>
28 #include <package/hpkg/PackageEntry.h>
29 #include <package/hpkg/PackageEntryAttribute.h>
30 #include <package/hpkg/PackageInfoAttributeValue.h>
31 #include <package/hpkg/PackageReader.h>
32 #include <package/solve
132 GetPackageState(const PackageInfo& package) argument
140 CollectPackageActions(PackageInfoRef package, Collector<PackageActionRef>& actionList) argument
172 _CollectPackageActionsForActivatedOrInstalled( PackageInfoRef package, Collector<PackageActionRef>& actionList) argument
193 _CreateUninstallPackageAction(const PackageInfoRef& package) argument
207 _CreateInstallPackageAction(const PackageInfoRef& package) argument
221 _CreateOpenPackageAction(const PackageInfoRef& package, const DeskbarLink& link) argument
242 SetCurrentActionPackage(PackageInfoRef package, bool install) argument
486 _GetSolverPackage(PackageInfoRef package) argument
[all...]
H A DPackageManager.h15 #include <package/DaemonClient.h>
16 #include <package/manager/PackageManager.h>
51 virtual PackageState GetPackageState(const PackageInfo& package);
52 virtual void CollectPackageActions(PackageInfoRef package,
56 PackageInfoRef package,
101 const PackageInfoRef& package);
103 const PackageInfoRef& package);
105 const PackageInfoRef& package,
109 PackageInfoRef package,
118 _GetSolverPackage(PackageInfoRef package);
[all...]
/haiku/src/tools/get_package_dependencies/
H A Dget_package_dependencies.cpp17 #include <package/RepositoryCache.h>
18 #include <package/manager/Exceptions.h>
19 #include <package/manager/RepositoryBuilder.h>
20 #include <package/solver/Solver.h>
21 #include <package/solver/SolverPackageSpecifier.h>
22 #include <package/solver/SolverPackageSpecifierList.h>
23 #include <package/solver/SolverProblem.h>
24 #include <package/solver/SolverProblemSolution.h>
25 #include <package/solver/SolverRepository.h>
26 #include <package/solve
155 BSolverPackage* package = element->Package(); local
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageDirectory.cpp16 PackageDirectory::PackageDirectory(Package* package, mode_t mode) argument
18 PackageNode(package, mode)
52 BReference<Package> package(GetPackage()), otherPackage(other->GetPackage());
53 if (package)
54 packageFlags = package->Flags();
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderV1.cpp7 #include <package/hpkg/v1/PackageReader.h>
11 #include <package/hpkg/ErrorOutput.h>
12 #include <package/hpkg/v1/PackageReaderImpl.h>
/haiku/src/kits/package/solver/
H A DSolverPackageSpecifier.cpp10 #include <package/solver/SolverPackageSpecifier.h>
25 BSolverPackageSpecifier::BSolverPackageSpecifier(BSolverPackage* package) argument
28 fPackage(package),
/haiku/src/apps/haikudepot/server/
H A DLocalRepositoryUpdateProcess.h18 #include <package/Context.h>
19 #include <package/PackageRoster.h>
20 #include <package/RepositoryCache.h>

Completed in 187 milliseconds

1234567891011>>