Searched refs:IsDevice (Results 1 - 12 of 12) sorted by relevance

/haiku/src/apps/diskprobe/
H A DDataEditor.h44 bool IsDevice() const { return fIsDevice; } function in class:DataEditor
H A DProbeView.cpp411 fIconView = new IconView(ref, editor.IsDevice());
424 ? B_TRANSLATE("Attribute: ") : editor.IsDevice()
507 ? B_TRANSLATE("Attribute offset: ") : editor.IsDevice()
1277 ? B_TRANSLATE("Attribute") : fEditor.IsDevice()
1416 fEditor.IsDevice() && fEditor.BlockSize() == blockSizes[i]
H A DDataEditor.cpp1026 } else if (!IsDevice()) {
/haiku/src/apps/drivesetup/
H A DSupport.cpp49 printf("\tIsDevice(): %s\n", partition->IsDevice() ? "true" : "false");
H A DMainWindow.cpp750 && partition->IsDevice()
759 && !partition->IsDevice());
761 && !partition->IsDevice());
1085 if (partition->IsDevice()) {
1099 if (partition->IsDevice()) {
H A DPartitionList.cpp279 else if (partition->IsDevice()) {
298 } else if (partition->IsDevice()) {
/haiku/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp72 printf("%s device: %d\n", prefix, partition->IsDevice());
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h93 bool IsDevice() const;
/haiku/headers/private/storage/
H A DPartition.h48 bool IsDevice() const;
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp187 BPartition::IsDevice() const function in class:BPartition
370 if (Parent()->IsDevice()) {
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp118 printf("%s device: %d\n", prefix, partition->IsDevice());
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp594 KPartition::IsDevice() const function in class:KPartition
690 if (Parent() == NULL || Parent()->IsDevice()) {

Completed in 96 milliseconds