Searched refs:PackageFileSection (Results 1 - 5 of 5) sorted by last modified time

/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp691 const PackageFileSection& attributesSection
693 const PackageFileSection& tocSection = packageReader.TOCSection();
H A DReaderImplBase.cpp882 ReaderImplBase::InitSection(PackageFileSection& section, uint64 endOffset,
922 ReaderImplBase::PrepareSection(PackageFileSection& section)
1377 ReaderImplBase::ReadSection(const PackageFileSection& section)
H A DRepositoryReaderImpl.cpp234 PackageFileSection repositoryInfoSection("repository info");
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h44 struct PackageFileSection { struct in namespace:BPackageKit::BHPKG::BPrivate
54 PackageFileSection(const char* _name) function in struct:BPackageKit::BHPKG::BPrivate::PackageFileSection
62 ~PackageFileSection()
72 inline const PackageFileSection& PackageAttributesSection() const
135 status_t InitSection(PackageFileSection& section,
139 status_t PrepareSection(PackageFileSection& section);
157 status_t ReadSection(const PackageFileSection& section);
165 inline PackageFileSection* CurrentSection();
166 inline void SetCurrentSection(PackageFileSection* section);
169 PackageFileSection fPackageAttributesSectio
[all...]
H A DPackageReaderImpl.h54 inline const PackageFileSection& TOCSection() const
81 PackageFileSection fTOCSection;

Completed in 58 milliseconds