package_daemon: Root: Add IsSystemRoot()
This commit is contained in:
@@ -37,6 +37,9 @@ public:
|
|||||||
ino_t NodeID() const { return fNodeRef.node; }
|
ino_t NodeID() const { return fNodeRef.node; }
|
||||||
const BString& Path() const { return fPath; }
|
const BString& Path() const { return fPath; }
|
||||||
|
|
||||||
|
bool IsSystemRoot() const
|
||||||
|
{ return fIsSystemRoot; }
|
||||||
|
|
||||||
status_t RegisterVolume(Volume* volume);
|
status_t RegisterVolume(Volume* volume);
|
||||||
void UnregisterVolume(Volume* volume);
|
void UnregisterVolume(Volume* volume);
|
||||||
// deletes the volume (eventually)
|
// deletes the volume (eventually)
|
||||||
|
|||||||
Reference in New Issue
Block a user