Searched refs:PackageInfo (Results 1 - 25 of 50) sorted by last modified time

12

/haiku/src/kits/package/
H A DPackageInfoParser.h10 #include <package/PackageInfo.h>
17 * Parses a ".PackageInfo" file and fills a BPackageInfo object with the
H A DPackageResolvable.cpp10 #include <package/PackageInfo.h>
H A DPackageInfo.cpp8 #include <package/PackageInfo.h>
52 NULL, // install-path -- not settable via .PackageInfo
1124 // Note: fInstallPath and fFileName can not be specified via .PackageInfo.
H A DRepositoryInfo.cpp23 #include <package/PackageInfo.h>
H A DPackageInfoContentHandler.cpp9 #include <package/PackageInfo.h>
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp592 PackageInfo* info;
H A DPackageListView.cpp218 const PackageInfo& package = *event.Package().Get();
H A DPackageContentsView.cpp78 const PackageInfo* packageInfo,
190 const PackageInfo* fPackageInfoToPopulate;
332 PackageContentsView::_PopulatePackageContents(const PackageInfo& package)
H A DPackageContentsView.h12 #include "PackageInfo.h"
32 const PackageInfo& package);
H A DApp.cpp17 #include <package/PackageInfo.h>
385 // Transfer information into PackageInfo
386 PackageInfoRef package(new(std::nothrow) PackageInfo(info), true);
388 fprintf(stderr, "Could not allocate PackageInfo\n");
/haiku/src/apps/haikudepot/packagemodel/
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...]
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...]
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp29 #include "PackageInfo.h"
195 modelInfo.SetTo(new(std::nothrow) PackageInfo(repoPackageInfo),
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp10 #include "PackageInfo.h"
22 #define B_TRANSLATION_CONTEXT "PackageInfo"
64 PackageInfo::PackageInfo() function in class:PackageInfo
75 PackageInfo::PackageInfo(const entry_ref *ref) function in class:PackageInfo
87 PackageInfo::~PackageInfo()
120 PackageInfo::Parse()
1101 PackageInfo
[all...]
/haiku/src/bin/package/
H A DPackageInfoPrinter.h12 #include <package/PackageInfo.h>
H A Dcommand_create.cpp19 #include <package/PackageInfo.h>
188 // add all files of the current directory, save for the .PackageInfo
196 // add the .PackageInfo
/haiku/src/apps/haikudepot/model/
H A DPackageInfoListener.h32 class PackageInfo;
33 typedef BReference<PackageInfo> PackageInfoRef;
/haiku/3rdparty/pulkomandy/
H A Dunbootstrap.sh20 echo Converting .PackageInfo...
21 sed -i .PackageInfo -e s/_bootstrap//g
/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/apps/haikudepot/packagemanagement/
H A DPackageManager.h23 #include "PackageInfo.h"
51 virtual PackageState GetPackageState(const PackageInfo& package);
H A DPackageManager.cpp40 #include "PackageInfo.h"
132 PackageManager::GetPackageState(const PackageInfo& package)
/haiku/data/bin/
H A Dinstall-wifi-firmwares.sh279 cat << EOF > .PackageInfo
319 package create -C system -i .PackageInfo wifi_firmwares-1-any.hpkg
/haiku/src/bin/pkgman/
H A Dcommand_list_repos.cpp20 #include <package/PackageInfo.h>
/haiku/src/bin/package_repo/
H A Dcommand_list.cpp18 #include <package/PackageInfo.h>

Completed in 378 milliseconds

12