Searched refs:BootDrive (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/bootmanager/
H A DBootDrive.cpp7 #include "BootDrive.h"
15 BootDrive::BootDrive(const char* path) function in class:BootDrive
22 BootDrive::~BootDrive()
28 BootDrive::InstalledMenu(const BootMenuList& menus) const
40 BootDrive::CanMenuBeInstalled(const BootMenuList& menus) const
56 BootDrive::AddSupportedMenus(const BootMenuList& from, BootMenuList& to)
67 BootDrive::Path() const
74 BootDrive
[all...]
H A DBootDrive.h17 class BootDrive { class
19 BootDrive(const char* path);
20 virtual ~BootDrive();
H A DBootMenu.h17 class BootDrive;
36 virtual bool IsInstalled(const BootDrive& drive) = 0;
37 virtual status_t CanBeInstalled(const BootDrive& drive) = 0;
39 virtual status_t CollectPartitions(const BootDrive& drive,
42 virtual status_t Install(const BootDrive& drive,
H A DLegacyBootMenu.h26 virtual bool IsInstalled(const BootDrive& drive);
27 virtual status_t CanBeInstalled(const BootDrive& drive);
29 virtual status_t CollectPartitions(const BootDrive& drive,
32 virtual status_t Install(const BootDrive& drive,
H A DBootManagerController.h19 class BootDrive;
25 (See also BootDrive.h)
77 BootDrive* fBootDrive;
H A DDrivesPage.cpp22 #include "BootDrive.h"
44 BootDrive* Drive() { return fDrive; }
52 BootDrive* fDrive;
83 fDrive = new BootDrive(fPath.Path());
H A DLegacyBootMenu.cpp31 #include "BootDrive.h"
304 LegacyBootMenu::IsInstalled(const BootDrive& drive)
312 LegacyBootMenu::CanBeInstalled(const BootDrive& drive)
338 LegacyBootMenu::CollectPartitions(const BootDrive& drive, BMessage& settings)
372 LegacyBootMenu::Install(const BootDrive& drive, BMessage& settings)
H A DBootManagerController.cpp22 #include "BootDrive.h"
101 fBootDrive = new BootDrive(path);
108 // TODO: call BootDrive::AddSupportedMenus() once we support

Completed in 102 milliseconds