Symbol: BDiskSystem
headers/private/storage/DiskDeviceRoster.h
19
class BDiskSystem;
headers/private/storage/DiskDeviceRoster.h
94
status_t GetNextDiskSystem(BDiskSystem* system);
headers/private/storage/DiskDeviceRoster.h
97
status_t GetDiskSystem(BDiskSystem* system, const char* name);
headers/private/storage/DiskSystem.h
17
class BDiskSystem {
headers/private/storage/DiskSystem.h
19
BDiskSystem();
headers/private/storage/DiskSystem.h
20
BDiskSystem(const BDiskSystem& other);
headers/private/storage/DiskSystem.h
21
~BDiskSystem();
headers/private/storage/DiskSystem.h
56
BDiskSystem& operator=(const BDiskSystem& other);
headers/private/storage/Partition.h
20
class BDiskSystem;
headers/private/storage/Partition.h
222
friend class BDiskSystem;
headers/private/storage/Partition.h
64
status_t GetDiskSystem(BDiskSystem* diskSystem) const;
src/apps/drivesetup/MainWindow.cpp
1217
BDiskSystem diskSystem;
src/apps/drivesetup/MainWindow.cpp
1494
BDiskSystem diskSystem;
src/bin/checkfs.cpp
128
BDiskSystem diskSystem;
src/bin/mkfs/FsCreator.cpp
115
BDiskSystem diskSystem;
src/bin/mkfs/main.cpp
60
BDiskSystem diskSystem;
src/kits/storage/disk_device/DiskDeviceRoster.cpp
113
BDiskDeviceRoster::GetNextDiskSystem(BDiskSystem* system)
src/kits/storage/disk_device/DiskDeviceRoster.cpp
135
BDiskDeviceRoster::GetDiskSystem(BDiskSystem* system, const char* name)
src/kits/storage/disk_device/DiskSystem.cpp
113
BDiskSystem::SupportsResizing(bool* whileMounted) const
src/kits/storage/disk_device/DiskSystem.cpp
132
BDiskSystem::SupportsResizingChild() const
src/kits/storage/disk_device/DiskSystem.cpp
140
BDiskSystem::SupportsMoving(bool* whileMounted) const
src/kits/storage/disk_device/DiskSystem.cpp
159
BDiskSystem::SupportsMovingChild() const
src/kits/storage/disk_device/DiskSystem.cpp
167
BDiskSystem::SupportsName() const
src/kits/storage/disk_device/DiskSystem.cpp
17
BDiskSystem::BDiskSystem()
src/kits/storage/disk_device/DiskSystem.cpp
175
BDiskSystem::SupportsContentName() const
src/kits/storage/disk_device/DiskSystem.cpp
183
BDiskSystem::SupportsSettingName() const
src/kits/storage/disk_device/DiskSystem.cpp
191
BDiskSystem::SupportsSettingContentName(bool* whileMounted) const
src/kits/storage/disk_device/DiskSystem.cpp
211
BDiskSystem::SupportsSettingType() const
src/kits/storage/disk_device/DiskSystem.cpp
219
BDiskSystem::SupportsSettingParameters() const
src/kits/storage/disk_device/DiskSystem.cpp
227
BDiskSystem::SupportsSettingContentParameters(bool* whileMounted) const
src/kits/storage/disk_device/DiskSystem.cpp
247
BDiskSystem::SupportsCreatingChild() const
src/kits/storage/disk_device/DiskSystem.cpp
25
BDiskSystem::BDiskSystem(const BDiskSystem& other)
src/kits/storage/disk_device/DiskSystem.cpp
255
BDiskSystem::SupportsDeletingChild() const
src/kits/storage/disk_device/DiskSystem.cpp
263
BDiskSystem::SupportsInitializing() const
src/kits/storage/disk_device/DiskSystem.cpp
271
BDiskSystem::SupportsWriting() const
src/kits/storage/disk_device/DiskSystem.cpp
282
BDiskSystem::GetTypeForContentType(const char* contentType, BString* type) const
src/kits/storage/disk_device/DiskSystem.cpp
304
BDiskSystem::IsPartitioningSystem() const
src/kits/storage/disk_device/DiskSystem.cpp
311
BDiskSystem::IsFileSystem() const
src/kits/storage/disk_device/DiskSystem.cpp
317
BDiskSystem&
src/kits/storage/disk_device/DiskSystem.cpp
318
BDiskSystem::operator=(const BDiskSystem& other)
src/kits/storage/disk_device/DiskSystem.cpp
331
BDiskSystem::_SetTo(disk_system_id id)
src/kits/storage/disk_device/DiskSystem.cpp
348
BDiskSystem::_SetTo(const user_disk_system_info* info)
src/kits/storage/disk_device/DiskSystem.cpp
36
BDiskSystem::~BDiskSystem()
src/kits/storage/disk_device/DiskSystem.cpp
366
BDiskSystem::_Unset()
src/kits/storage/disk_device/DiskSystem.cpp
42
BDiskSystem::InitCheck() const
src/kits/storage/disk_device/DiskSystem.cpp
49
BDiskSystem::Name() const
src/kits/storage/disk_device/DiskSystem.cpp
56
BDiskSystem::ShortName() const
src/kits/storage/disk_device/DiskSystem.cpp
63
BDiskSystem::PrettyName() const
src/kits/storage/disk_device/DiskSystem.cpp
70
BDiskSystem::SupportsDefragmenting(bool* whileMounted) const
src/kits/storage/disk_device/DiskSystem.cpp
89
BDiskSystem::SupportsRepairing(bool checkOnly, bool* whileMounted) const
src/kits/storage/disk_device/Partition.cpp
343
BPartition::GetDiskSystem(BDiskSystem* diskSystem) const
src/servers/mount/AutoMounter.cpp
991
BDiskSystem diskSystem;
src/tests/apps/partitioner/Partitioner.cpp
344
BObjectList<BDiskSystem> diskSystems(20, true);
src/tests/apps/partitioner/Partitioner.cpp
347
BDiskSystem diskSystem;
src/tests/apps/partitioner/Partitioner.cpp
350
diskSystems.AddItem(new BDiskSystem(diskSystem));
src/tests/apps/partitioner/Partitioner.cpp
362
for (int32 i = 0; BDiskSystem* diskSystem = diskSystems.ItemAt(i); i++)
src/tests/apps/partitioner/Partitioner.cpp
374
BDiskSystem* diskSystem = diskSystems.ItemAt(diskSystemIndex);
src/tests/kits/storage/disk_device/DiskDeviceTest.cpp
554
BDiskSystem diskSystem;