Searched refs:fPackageAttributesSection (Results 1 - 7 of 7) sorted by path

/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h232 SectionInfo fPackageAttributesSection; member in class:BPackageKit::BHPKG::V1::BPrivate::ReaderImplBase
/haiku/src/kits/package/hpkg/
H A DPackageReaderImpl.cpp360 error = InitSection(fPackageAttributesSection, fHeapSize,
369 error = InitSection(fTOCSection, fPackageAttributesSection.offset,
436 error = PrepareSection(fPackageAttributesSection);
H A DRepositoryReaderImpl.cpp224 error = InitSection(fPackageAttributesSection,
236 fPackageAttributesSection.offset,
247 error = PrepareSection(fPackageAttributesSection);
H A DReaderImplBase.cpp772 fPackageAttributesSection("package attributes"),
1016 SetCurrentSection(&fPackageAttributesSection);
1026 if (fPackageAttributesSection.currentOffset
1027 < fPackageAttributesSection.uncompressedLength) {
1030 fPackageAttributesSection.uncompressedLength
1031 - fPackageAttributesSection.currentOffset);
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp461 fPackageAttributesSection.compression
463 fPackageAttributesSection.compressedLength
465 fPackageAttributesSection.uncompressedLength
467 fPackageAttributesSection.stringsLength
469 fPackageAttributesSection.stringsCount
473 fPackageAttributesSection)) {
506 if (fPackageAttributesSection.compressedLength > fTotalSize
508 > fTotalSize - fPackageAttributesSection.compressedLength
510 > fTotalSize - fPackageAttributesSection.compressedLength
517 fPackageAttributesSection
[all...]
H A DReaderImplBaseV1.cpp545 fPackageAttributesSection("package attributes"),
676 SetCurrentSection(&fPackageAttributesSection);
686 if (fPackageAttributesSection.currentOffset
687 < fPackageAttributesSection.uncompressedLength) {
690 fPackageAttributesSection.uncompressedLength
691 - fPackageAttributesSection.currentOffset);
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h73 { return fPackageAttributesSection; }
169 PackageFileSection fPackageAttributesSection; member in class:BPackageKit::BHPKG::BPrivate::ReaderImplBase

Completed in 196 milliseconds