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

1234567891011>>

/haiku/headers/private/package/hpkg/
H A DRepositoryWriterImpl.h11 #include <package/hpkg/PackageContentHandler.h>
12 #include <package/hpkg/RepositoryWriter.h>
13 #include <package/hpkg/WriterImplBase.h>
14 #include <package/PackageInfo.h>
H A DWriterImplBase.h11 #include <package/hpkg/HPKGDefsPrivate.h>
13 #include <package/hpkg/PackageWriter.h>
14 #include <package/hpkg/Strings.h>
16 #include <package/PackageInfo.h>
18 #include <package/hpkg/PackageFileHeapWriter.h>
/haiku/headers/private/package/hpkg/v1/
H A DHPKGDefsPrivate.h11 #include <package/hpkg/HPKGDefs.h>
30 // package attributes section
58 // package attributes section
H A DPackageInfoContentHandler.h9 #include <package/hpkg/v1/PackageContentHandler.h>
H A DPackageReaderImpl.h10 #include <package/hpkg/v1/ReaderImplBase.h>
H A DReaderImplBase.h14 #include <package/hpkg/PackageInfoAttributeValue.h>
15 #include <package/hpkg/v1/PackageAttributeValue.h>
16 #include <package/hpkg/v1/PackageContentHandler.h>
/haiku/headers/private/package/manager/
H A DExceptions.h12 #include <package/CommitTransactionResult.h>
13 #include <package/Context.h>
H A DPackageManager.h18 #include <package/Context.h>
19 #include <package/PackageDefs.h>
20 #include <package/PackageRoster.h>
21 #include <package/RepositoryConfig.h>
22 #include <package/solver/Solver.h>
23 #include <package/solver/SolverRepository.h>
25 #include <package/ActivationTransaction.h>
26 #include <package/DaemonClient.h>
27 #include <package/Job.h>
138 BSolverPackage* package,
[all...]
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/nodes/
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);
H A DAutoPackageAttributes.h32 static const void* GetAttributeValue(const Package* package,
36 static status_t OpenCookie(Package* package,
H A DUnpackingAttributeCookie.cpp12 #include <package/hpkg/DataReader.h>
13 #include <package/hpkg/PackageData.h>
14 #include <package/hpkg/PackageDataReader.h>
131 // data not inline -- open the package and let it create a data reader for
133 Package* package = packageNode->GetPackage(); local
134 int fd = package->Open();
137 PackageCloser packageCloser(package);
140 status_t error = package->CreateDataReader(data, reader);
172 // The package must be open or otherwise reading the attribute data
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DCachedDataReader.h9 #include <package/hpkg/DataReader.h>
H A DPackageData.h9 #include <package/hpkg/PackageData.h>
H A DPackageDirectory.h20 PackageDirectory(Package* package, mode_t mode);
H A DPackageFile.h18 PackageFile(Package* package, mode_t mode,
H A DPackageLeafNode.cpp10 PackageLeafNode::PackageLeafNode(Package* package, mode_t mode) argument
12 PackageNode(package, mode)
H A DPackageLeafNode.h16 PackageLeafNode(Package* package, mode_t mode);
H A DPackageSymlink.cpp13 PackageSymlink::PackageSymlink(Package* package, mode_t mode) argument
15 PackageLeafNode(package, mode),
H A DPackageSymlink.h14 PackageSymlink(Package* package, mode_t mode);
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.cpp48 PackageLinkDirectory::Init(Directory* parent, Package* package) argument
51 status_t error = Init(parent, package->VersionedName());
55 // add the package
56 AddPackage(package, NULL);
79 Package* package = fPackages.Head(); local
80 if (package == NULL)
97 Package* package = fPackages.Head(); local
98 if (package == NULL)
101 return AutoPackageAttributes::OpenCookie(package, name, openMode, _cookie);
106 PackageLinkDirectory::AddPackage(Package* package, argument
130 RemovePackage(Package* package, PackageLinksListener* listener) argument
148 UpdatePackageDependencies(Package* package, PackageLinksListener* listener) argument
172 Package* package = fPackages.Head(); local
204 Package* package = fPackages.Head(); local
266 _CreateOrUpdateLink(Link*& link, Package* package, Link::Type type, const String& name, PackageLinksListener* listener) argument
[all...]
H A DPackageLinkDirectory.h22 status_t Init(Directory* parent, Package* package);
32 void AddPackage(Package* package,
34 void RemovePackage(Package* package,
36 void UpdatePackageDependencies(Package* package,
46 DependencyLink(Package* package) argument
48 PackageLinkSymlink(package, TYPE_INSTALLATION_LOCATION)
66 Package* package, Link::Type type,
H A DPackageLinkSymlink.h26 PackageLinkSymlink(Package* package,
30 void Update(Package* package,
H A DPackageLinksDirectory.cpp40 PackageLinksDirectory::AddPackage(Package* package) argument
42 // Create a package link directory -- there might already be one, but since
51 status_t error = linkDirectory->Init(this, package);
64 // There's already a package link directory. Delete the one we created
65 // and add the package to the pre-existing one.
66 linkDirectory->RemovePackage(package, NULL);
68 linkDirectory->AddPackage(package, fListener);
84 PackageLinksDirectory::RemovePackage(Package* package) argument
88 // get the package's link directory and remove the package fro
110 UpdatePackageDependencies(Package* package) argument
[all...]
H A DPackageLinksDirectory.h26 status_t AddPackage(Package* package);
27 void RemovePackage(Package* package);
28 void UpdatePackageDependencies(Package* package);

Completed in 100 milliseconds

1234567891011>>