[victoriafalls] Begin traversing the root inode.
This commit is contained in:
parent
f7fb4f4ddc
commit
2ff4334bea
3 changed files with 48 additions and 1 deletions
|
|
@ -13,6 +13,8 @@ class Ext2Driver {
|
|||
|
||||
glcr::ErrorCode ProbePartition();
|
||||
|
||||
glcr::ErrorCode ProbeDirectory(Inode* inode);
|
||||
|
||||
private:
|
||||
Ext2BlockReader ext2_reader_;
|
||||
glcr::UniquePtr<InodeTable> inode_table_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue