Searched refs:partitionsNew (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOApplePartitionScheme.cpp180 OSSet * partitionsNew; local
185 partitionsNew = scan( &score );
187 if ( partitionsNew )
191 partitions = juxtaposeMediaObjects( _partitions, partitionsNew );
203 partitionsNew->release( );
H A DIOFDiskPartitionScheme.cpp189 OSSet * partitionsNew; local
194 partitionsNew = scan( &score );
196 if ( partitionsNew )
200 partitions = juxtaposeMediaObjects( _partitions, partitionsNew );
212 partitionsNew->release( );
H A DIOGUIDPartitionScheme.cpp199 OSSet * partitionsNew; local
204 partitionsNew = scan( &score );
206 if ( partitionsNew )
210 partitions = juxtaposeMediaObjects( _partitions, partitionsNew );
222 partitionsNew->release( );
H A DIOPartitionScheme.cpp492 OSSet * partitionsNew)
497 // partitionsNew. It returns a new set of partitions with the results,
499 // partitions from partitionsNew where applicable, and folding in property
500 // changes to partitions from partitionsNew into partitionsOld where
520 partitions = OSSet::withCapacity( partitionsNew->getCapacity( ) );
543 partitions2 = OSOrderedSet::withCapacity( partitionsNew->getCapacity( ), partitionComparison, 0 );
546 iterator2 = OSCollectionIterator::withCollection( partitionsNew );
491 juxtaposeMediaObjects(OSSet * partitionsOld, OSSet * partitionsNew) argument
H A DIOPartitionScheme.h213 * partitionsNew. It returns a new set of partitions with the results,
215 * partitions from partitionsNew where applicable, and folding in property
216 * changes to partitions from partitionsNew into partitionsOld where
221 OSSet * partitionsNew); /* 10.5.0 */

Completed in 135 milliseconds