Symbol: IsDevice
headers/private/kernel/disk_device_manager/KPartition.h
98
bool IsDevice() const;
headers/private/storage/Partition.h
48
bool IsDevice() const;
src/apps/diskprobe/DataEditor.cpp
1026
} else if (!IsDevice()) {
src/apps/diskprobe/DataEditor.h
44
bool IsDevice() const { return fIsDevice; }
src/apps/diskprobe/ProbeView.cpp
1244
? B_TRANSLATE("Attribute") : fEditor.IsDevice()
src/apps/diskprobe/ProbeView.cpp
1383
fEditor.IsDevice() && fEditor.BlockSize() == blockSizes[i]
src/apps/diskprobe/ProbeView.cpp
407
fIconView = new IconView(ref, editor.IsDevice());
src/apps/diskprobe/ProbeView.cpp
420
? B_TRANSLATE("Attribute: ") : editor.IsDevice()
src/apps/diskprobe/ProbeView.cpp
503
? B_TRANSLATE("Attribute offset: ") : editor.IsDevice()
src/apps/drivesetup/MainWindow.cpp
1264
&& partition->IsDevice()
src/apps/drivesetup/MainWindow.cpp
1273
&& !partition->IsDevice());
src/apps/drivesetup/MainWindow.cpp
1275
&& !partition->IsDevice());
src/apps/drivesetup/MainWindow.cpp
1599
if (partition->IsDevice()) {
src/apps/drivesetup/MainWindow.cpp
1613
if (partition->IsDevice()) {
src/apps/drivesetup/PartitionList.cpp
279
else if (partition->IsDevice()) {
src/apps/drivesetup/PartitionList.cpp
298
} else if (partition->IsDevice()) {
src/apps/drivesetup/Support.cpp
49
printf("\tIsDevice(): %s\n", partition->IsDevice() ? "true" : "false");
src/kits/storage/disk_device/Partition.cpp
370
if (Parent()->IsDevice()) {
src/system/kernel/disk_device_manager/KPartition.cpp
690
if (Parent() == NULL || Parent()->IsDevice()) {
src/tests/apps/partitioner/Partitioner.cpp
118
printf("%s device: %d\n", prefix, partition->IsDevice());
src/tests/kits/storage/disk_device/DiskDeviceTest.cpp
72
printf("%s device: %d\n", prefix, partition->IsDevice());