Searched refs:PackageFile (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DPackageFile.h17 class PackageFile : public PackageLeafNode { class in inherits:PackageLeafNode
19 PackageFile(Package* package, mode_t mode,
21 virtual ~PackageFile();
H A DPackageFile.cpp7 #include "PackageFile.h"
30 struct PackageFile::IORequestOutput : BDataOutput {
48 struct PackageFile::DataAccessor {
136 // #pragma mark - PackageFile
139 PackageFile::PackageFile(Package* package, mode_t mode, const BPackageData& data) function in class:PackageFile
148 PackageFile::~PackageFile()
154 PackageFile::VFSInit(dev_t deviceID, ino_t nodeID)
180 PackageFile
[all...]
H A DVolume.cpp40 #include "PackageFile.h"
217 node = new(std::nothrow) PackageFile(fPackage, mode, entry->Data());
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageItem.h150 class PackageFile : public PackageItem { class in inherits:PackageItem
152 PackageFile(BFile* parent, const BString& path,
H A DPackageItem.cpp749 // #pragma mark - PackageFile
752 PackageFile::PackageFile(BFile *parent, const BString &path, uint8 type, function in class:PackageFile
768 PackageFile::DoInstall(const char *path, ItemState *state)
909 PackageFile::ItemKind()
H A DPackageInfo.cpp889 item = new PackageFile(fPackageFile, dest, localType, ctime,

Completed in 103 milliseconds