Symbol: PackageFileSection
headers/private/package/hpkg/PackageReaderImpl.h
54
inline const PackageFileSection& TOCSection() const
headers/private/package/hpkg/PackageReaderImpl.h
81
PackageFileSection fTOCSection;
headers/private/package/hpkg/ReaderImplBase.h
136
status_t InitSection(PackageFileSection& section,
headers/private/package/hpkg/ReaderImplBase.h
140
status_t PrepareSection(PackageFileSection& section);
headers/private/package/hpkg/ReaderImplBase.h
158
status_t ReadSection(const PackageFileSection& section);
headers/private/package/hpkg/ReaderImplBase.h
166
inline PackageFileSection* CurrentSection();
headers/private/package/hpkg/ReaderImplBase.h
167
inline void SetCurrentSection(PackageFileSection* section);
headers/private/package/hpkg/ReaderImplBase.h
170
PackageFileSection fPackageAttributesSection;
headers/private/package/hpkg/ReaderImplBase.h
202
PackageFileSection* fCurrentSection;
headers/private/package/hpkg/ReaderImplBase.h
55
PackageFileSection(const char* _name)
headers/private/package/hpkg/ReaderImplBase.h
552
PackageFileSection*
headers/private/package/hpkg/ReaderImplBase.h
560
ReaderImplBase::SetCurrentSection(PackageFileSection* section)
headers/private/package/hpkg/ReaderImplBase.h
63
~PackageFileSection()
headers/private/package/hpkg/ReaderImplBase.h
73
inline const PackageFileSection& PackageAttributesSection() const
src/kits/package/hpkg/PackageWriterImpl.cpp
691
const PackageFileSection& attributesSection
src/kits/package/hpkg/PackageWriterImpl.cpp
693
const PackageFileSection& tocSection = packageReader.TOCSection();
src/kits/package/hpkg/ReaderImplBase.cpp
1410
ReaderImplBase::ReadSection(const PackageFileSection& section)
src/kits/package/hpkg/ReaderImplBase.cpp
915
ReaderImplBase::InitSection(PackageFileSection& section, uint64 endOffset,
src/kits/package/hpkg/ReaderImplBase.cpp
955
ReaderImplBase::PrepareSection(PackageFileSection& section)
src/kits/package/hpkg/RepositoryReaderImpl.cpp
234
PackageFileSection repositoryInfoSection("repository info");