boot loader vfs.h: small cleanup
This commit is contained in:
@@ -109,17 +109,17 @@ public:
|
|||||||
BootVolume();
|
BootVolume();
|
||||||
~BootVolume();
|
~BootVolume();
|
||||||
|
|
||||||
status_t SetTo(Directory* rootDirectory);
|
status_t SetTo(Directory* rootDirectory);
|
||||||
void Unset();
|
void Unset();
|
||||||
|
|
||||||
bool IsValid() const
|
bool IsValid() const
|
||||||
{ return fRootDirectory != NULL; }
|
{ return fRootDirectory != NULL; }
|
||||||
|
|
||||||
Directory* RootDirectory() const
|
Directory* RootDirectory() const
|
||||||
{ return fRootDirectory; }
|
{ return fRootDirectory; }
|
||||||
Directory* SystemDirectory() const
|
Directory* SystemDirectory() const
|
||||||
{ return fSystemDirectory; }
|
{ return fSystemDirectory; }
|
||||||
bool IsPackaged() const
|
bool IsPackaged() const
|
||||||
{ return fPackaged; }
|
{ return fPackaged; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user