Lines Matching defs:BDiskDeviceRoster

31 /*!	\class BDiskDeviceRoster
49 /*! \brief Creates a BDiskDeviceRoster object.
53 BDiskDeviceRoster::BDiskDeviceRoster()
67 BDiskDeviceRoster::~BDiskDeviceRoster()
86 BDiskDeviceRoster::GetNextDevice(BDiskDevice* device)
105 BDiskDeviceRoster::RewindDevices()
113 BDiskDeviceRoster::GetNextDiskSystem(BDiskSystem* system)
127 BDiskDeviceRoster::RewindDiskSystems()
135 BDiskDeviceRoster::GetDiskSystem(BDiskSystem* system, const char* name)
154 BDiskDeviceRoster::RegisterFileDevice(const char* filename)
163 BDiskDeviceRoster::UnregisterFileDevice(const char* filename)
172 BDiskDeviceRoster::UnregisterFileDevice(partition_id device)
193 BDiskDeviceRoster::VisitEachDevice(BDiskDeviceVisitor* visitor,
231 BDiskDeviceRoster::VisitEachPartition(BDiskDeviceVisitor* visitor,
276 BDiskDeviceRoster::VisitEachMountedPartition(BDiskDeviceVisitor* visitor,
311 BDiskDeviceRoster::VisitEachMountablePartition(BDiskDeviceVisitor* visitor,
331 BDiskDeviceRoster::FindPartitionByVolume(const BVolume& volume,
368 BDiskDeviceRoster::FindPartitionByMountPoint(const char* mountPoint,
393 BDiskDeviceRoster::GetDeviceWithID(int32 id, BDiskDevice* device) const
418 BDiskDeviceRoster::GetPartitionWithID(int32 id, BDiskDevice* device,
439 BDiskDeviceRoster::GetDeviceForPath(const char* filename, BDiskDevice* device)
456 BDiskDeviceRoster::GetPartitionForPath(const char* filename,
482 BDiskDeviceRoster::GetFileDeviceForPath(const char* filename,
515 BDiskDeviceRoster::StartWatching(BMessenger target, uint32 eventMask)
535 BDiskDeviceRoster::StopWatching(BMessenger target)
563 BDiskDeviceRoster::GetNextPartitioningSystem(char *shortName, char *longName)
624 BDiskDeviceRoster::GetNextFileSystem(char *shortName, char *longName)
670 BDiskDeviceRoster::RewindPartitiningSystems()
685 BDiskDeviceRoster::RewindFileSystems()
713 BDiskDeviceRoster::_GetObjectWithID(const char *fieldName, int32 id,
753 BDiskDeviceRoster::_GetNextAddOn(BDirectory **directory, int32 *index,
787 BDiskDeviceRoster::_GetNextAddOn(BDirectory *directory, AddOnImage *image)
817 BDiskDeviceRoster::_GetNextAddOnDir(BPath *path, int32 *index,
850 BDiskDeviceRoster::_GetNextAddOnDir(BDirectory **directory, int32 *index,
874 BDiskDeviceRoster::_LoadPartitionAddOn(const char *partitioningSystem,