Searched refs:foundPart (Results 1 – 2 of 2) sorted by relevance
248 bool foundPart = false; in ReadDiskLines() local270 ProcessPartition(it, split.end(), table, maxVols, foundPart); in ReadDiskLines()274 if (table == Table::UNKNOWN || !foundPart) { in ReadDiskLines()282 Table table, int32_t maxVols, bool &foundPart) in ProcessPartition() argument301 foundPart = CreateMBRVolume(type, partitionDev); in ProcessPartition()303 foundPart = true; in ProcessPartition()309 foundPart = true; in ProcessPartition()
75 Table table, int32_t maxVols, bool &foundPart);