Home
last modified time | relevance | path

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

/haiku/src/apps/drivesetup/
H A DDiskView.h37 PartitionLayout* fPartitionLayout; variable
H A DDiskView.cpp467 fPartitionLayout(new PartitionLayout(this, fSpaceIDMap)) in DiskView()
515 delete fPartitionLayout; in ~DiskView()
579 fPartitionLayout->SetSelectedPartition(selectedPartition); in SetDisk()
591 fPartitionLayout->Unset(); in ForceUpdate()
601 fDisk->VisitEachDescendant(fPartitionLayout); in ForceUpdate()