Home
last modified time | relevance | path

Searched refs:hadToReFitSize (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMapParser.cpp80 bool hadToReFitSize = false; in Parse() local
87 error = _ParsePrimary(table, hadToReFitSize); in Parse()
92 error = _ParsePrimary(&table, hadToReFitSize); in Parse()
94 if (fBlockSize != 512 && (hadToReFitSize in Parse()
106 error = _ParsePrimary(&table, hadToReFitSize); in Parse()
109 || error != B_OK || hadToReFitSize in Parse()
115 error = _ParsePrimary(&table, hadToReFitSize); in Parse()
133 bool& hadToReFitSize) in _ParsePrimary() argument
145 hadToReFitSize = false; in _ParsePrimary()
154 hadToReFitSize |= partition->FitSizeToSession(fSessionSize); in _ParsePrimary()
H A DPartitionMapParser.h42 bool& hadToReFitSize);