Searched refs:PackageInfo (Results 1 - 25 of 50) sorted by relevance

12

/haiku/headers/build/os/package/
H A DPackageInfo.h1 #include <../os/package/PackageInfo.h>
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp9 #include "PackageInfo.h"
19 // #pragma mark - PackageInfo
22 PackageInfo::PackageInfo() function in class:PackageInfo
53 PackageInfo::PackageInfo(const BPackageInfo& info) function in class:PackageInfo
96 PackageInfo::PackageInfo(const BString& name, function in class:PackageInfo
131 PackageInfo::PackageInfo(cons function in class:PackageInfo
[all...]
H A DPackageInfo.h14 #include <package/PackageInfo.h>
47 class PackageInfo : public BReferenceable { class in inherits:BReferenceable
49 PackageInfo();
50 PackageInfo(const BPackageInfo& info);
51 PackageInfo(
59 PackageInfo(const PackageInfo& other);
61 PackageInfo& operator=(const PackageInfo& other);
62 bool operator==(const PackageInfo
[all...]
/haiku/src/apps/haikudepot/util/
H A DPackageUtils.h12 #include "PackageInfo.h"
19 static status_t DeriveLocalFilePath(const PackageInfo* package,
23 DeriveInstallLocation(const PackageInfo* package);
H A DPackageUtils.cpp13 status_t PackageUtils::DeriveLocalFilePath(const PackageInfo* package,
59 PackageUtils::DeriveInstallLocation(const PackageInfo* package)
/haiku/src/kits/package/
H A DPackageInfoSet.cpp21 #include <package/PackageInfo.h>
27 // #pragma mark - PackageInfo
30 struct BPackageInfoSet::PackageInfo : public BPackageInfo { struct in class:BPackageKit::BPackageInfoSet
31 PackageInfo* hashNext;
32 PackageInfo* listNext;
34 PackageInfo(const BPackageInfo& other) function in struct:BPackageKit::BPackageInfoSet::PackageInfo
43 PackageInfo* info = this;
45 PackageInfo* next = info->listNext;
58 typedef PackageInfo ValueType;
65 size_t Hash(const PackageInfo* valu
[all...]
H A DPackageResolvable.cpp10 #include <package/PackageInfo.h>
H A DPackageVersion.cpp11 #include <package/PackageInfo.h>
H A DRepositoryCache.cpp27 #include <package/PackageInfo.h>
H A DPackageResolvableExpression.cpp10 #include <package/PackageInfo.h>
/haiku/src/apps/packageinstaller/
H A DPackageInfo.h22 class PackageInfo { class
24 PackageInfo();
25 PackageInfo(const entry_ref *ref);
26 ~PackageInfo();
H A DPackageView.h12 #include "PackageInfo.h"
47 PackageInfo* GetPackageInfo()
84 PackageInfo fInfo;
/haiku/headers/os/package/
H A DPackageInfoSet.h39 struct PackageInfo;
62 PackageInfo* fNextInfo;
/haiku/src/apps/haikudepot/model/
H A DPackageInfoListener.h32 class PackageInfo;
33 typedef BReference<PackageInfo> PackageInfoRef;
/haiku/headers/os/package/solver/
H A DSolverPackage.h9 #include <package/PackageInfo.h>
/haiku/3rdparty/pulkomandy/
H A Dunbootstrap.sh20 echo Converting .PackageInfo...
21 sed -i .PackageInfo -e s/_bootstrap//g
/haiku/src/apps/haikudepot/ui/
H A DPackageContentsView.h12 #include "PackageInfo.h"
32 const PackageInfo& package);
H A DPackageContentsView.cpp78 const PackageInfo* packageInfo,
190 const PackageInfo* fPackageInfoToPopulate;
332 PackageContentsView::_PopulatePackageContents(const PackageInfo& package)
/haiku/headers/private/package/manager/
H A DRepositoryBuilder.h14 #include <package/PackageInfo.h>
/haiku/src/bin/package/
H A Dcommand_info.cpp12 #include <package/PackageInfo.h>
H A Dcommand_add.cpp18 #include <package/PackageInfo.h>
104 // entries must be specified, if a .PackageInfo hasn't been specified via
152 // add all entries in the current directory; skip .PackageInfo,
158 // skip .PackageInfo, if a different file was specified
169 // add the .PackageInfo, if explicitly specified
/haiku/headers/private/package/hpkg/
H A DRepositoryWriterImpl.h14 #include <package/PackageInfo.h>
/haiku/src/servers/package/
H A DPackageFile.h13 #include <package/PackageInfo.h>
/haiku/src/kits/package/hpkg/v1/
H A DPackageInfoContentHandlerV1.cpp9 #include <package/PackageInfo.h>
/haiku/src/bin/package_repo/
H A Dcommand_list.cpp18 #include <package/PackageInfo.h>

Completed in 213 milliseconds

12