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

/haiku-fatelf/headers/build/os/package/
H A DPackageInfo.h1 #include <../os/package/PackageInfo.h>
/haiku-fatelf/src/kits/package/
H A DPackageInfoSet.cpp17 #include <package/PackageInfo.h>
23 // #pragma mark - PackageInfo
26 struct BPackageInfoSet::PackageInfo : public BPackageInfo { struct in class:BPackageKit::BPackageInfoSet
27 PackageInfo* hashNext;
28 PackageInfo* listNext;
30 PackageInfo(const BPackageInfo& other) function in struct:BPackageKit::BPackageInfoSet::PackageInfo
44 typedef PackageInfo ValueType;
51 size_t Hash(const PackageInfo* value) const
56 bool Compare(const char* key, const PackageInfo* value) const
61 PackageInfo*
[all...]
H A DPackageInfoContentHandler.cpp9 #include <package/PackageInfo.h>
H A DRepositoryCache.cpp25 #include <package/PackageInfo.h>
H A DPackageInfo.cpp7 #include <package/PackageInfo.h>
58 * Parses a ".PackageInfo" file and fills a BPackageInfo object with the
818 NULL, // install-path -- not settable via .PackageInfo
H A DPackageRoster.cpp21 #include <package/PackageInfo.h>
H A DRepositoryInfo.cpp20 #include <package/PackageInfo.h>
/haiku-fatelf/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"
44 PackageInfo *GetPackageInfo() { return &fInfo; }
64 PackageInfo fInfo;
H A DPackageInfo.cpp10 #include "PackageInfo.h"
22 #define B_TRANSLATION_CONTEXT "PackageInfo"
49 PackageInfo::PackageInfo() function in class:PackageInfo
60 PackageInfo::PackageInfo(const entry_ref *ref) function in class:PackageInfo
72 PackageInfo::~PackageInfo()
105 PackageInfo::Parse()
1063 PackageInfo
[all...]
H A DPackageInstall.cpp107 PackageInfo *info = fParent->GetPackageInfo();
/haiku-fatelf/headers/os/package/
H A DPackageInfoSet.h35 struct PackageInfo;
59 PackageInfo* fNextInfo;
/haiku-fatelf/headers/private/package/hpkg/
H A DRepositoryWriterImpl.h14 #include <package/PackageInfo.h>
H A DWriterImplBase.h17 #include <package/PackageInfo.h>
/haiku-fatelf/src/bin/package/
H A Dcommand_add.cpp18 #include <package/PackageInfo.h>
91 // entries must be specified, if a .PackageInfo hasn't been specified via
131 // add all entries in the current directory; skip .PackageInfo,
137 // skip .PackageInfo, if a different file was specified
148 // add the .PackageInfo, if explicitly specified
H A Dcommand_create.cpp18 #include <package/PackageInfo.h>
145 // add all files of the current directory, save for the .PackageInfo
153 // add the .PackageInfo
H A Dcommand_list.cpp21 #include <package/PackageInfo.h>
/haiku-fatelf/src/bin/pkgman/
H A Dcommand_list_repos.cpp20 #include <package/PackageInfo.h>
/haiku-fatelf/src/bin/package_repo/
H A Dcommand_create.cpp19 #include <package/PackageInfo.h>
H A Dcommand_list.cpp17 #include <package/PackageInfo.h>

Completed in 87 milliseconds