Home
last modified time | relevance | path

Searched refs:selectedPartition (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/drivesetup/
H A DMainWindow.h59 partition_id selectedPartition,
67 partition_id selectedPartition);
69 partition_id selectedPartition);
73 partition_id selectedPartition,
76 partition_id selectedPartition);
78 partition_id selectedPartition);
80 partition_id selectedPartition);
H A DMainWindow.cpp649 partition_id selectedPartition, partition_id parentID) in _UpdateMenus() argument
682 if (selectedPartition <= -2) { in _UpdateMenus()
701 BPartition* partition = disk->FindDescendant(selectedPartition); in _UpdateMenus()
721 if (disk->ID() == selectedPartition in _UpdateMenus()
803 if (selectedPartition < 0) { in _UpdateMenus()
849 MainWindow::_Mount(BDiskDevice* disk, partition_id selectedPartition) in _Mount() argument
851 if (!disk || selectedPartition < 0) { in _Mount()
857 BPartition* partition = disk->FindDescendant(selectedPartition); in _Mount()
881 MainWindow::_Unmount(BDiskDevice* disk, partition_id selectedPartition) in _Unmount() argument
883 if (!disk || selectedPartition < 0) { in _Unmount()
[all …]
H A DDiskView.h28 partition_id selectedPartition);
H A DDiskView.cpp572 DiskView::SetDisk(BDiskDevice* disk, partition_id selectedPartition) in SetDisk() argument
579 fPartitionLayout->SetSelectedPartition(selectedPartition); in SetDisk()