Searched refs:sectionHandled (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/package/hpkg/
H A DPackageReaderImpl.cpp457 bool sectionHandled; local
458 status_t error = ParseAttributeTree(context, sectionHandled);
459 if (error == B_OK && sectionHandled) {
H A DReaderImplBase.cpp1023 bool sectionHandled; local
1024 status_t error = ParseAttributeTree(context, sectionHandled);
1025 if (error == B_OK && sectionHandled) {
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp642 bool sectionHandled; local
643 status_t error = ParseAttributeTree(context, sectionHandled);
644 if (error == B_OK && sectionHandled) {
H A DReaderImplBaseV1.cpp683 bool sectionHandled; local
684 status_t error = ParseAttributeTree(context, sectionHandled);
685 if (error == B_OK && sectionHandled) {

Completed in 374 milliseconds