|
| HeFileSystemParser ()=default |
| ~HeFileSystemParser ()=default |
| HeFileSystemParser (const HeFileSystemParser &)=delete |
HeFileSystemParser & | operator= (const HeFileSystemParser &)=delete |
| HeFileSystemParser (HeFileSystemParser &&)=delete |
HeFileSystemParser & | operator= (HeFileSystemParser &&)=delete |
_Output Bool | Format (_Input _Output DriveTrait *drive, _Input const Int32 flags, const Utf8Char *part_name) |
| Make a EPM+HeFS drive out of the disk.
|
_Output Bool | CreateINodeDirectory (_Input DriveTrait *drive, _Input const Int32 flags, const Utf8Char *dir) |
_Output Bool | RemoveINodeDirectory (_Input DriveTrait *drive, _Input const Int32 flags, const Utf8Char *dir) |
_Output Bool | CreateINode (_Input DriveTrait *drive, _Input const Int32 flags, const Utf8Char *dir, const Utf8Char *name, const UInt8 kind) |
_Output Bool | DeleteINode (_Input DriveTrait *drive, _Input const Int32 flags, const Utf8Char *dir, const Utf8Char *name, const UInt8 kind) |
_Output Bool | INodeManip (_Input DriveTrait *drive, VoidPtr block, SizeT block_sz, const Utf8Char *dir, const Utf8Char *name, const UInt8 kind, const BOOL input) |
HeFS filesystem parser class.
This class is used to parse the HeFS filesystem.