Struct DirEntryLoc¶
Result of a directory scan — location of a matching entry.
Public Attributes¶
| Type | Name |
|---|---|
| uint32_t | file_size |
| bool | found |
| uint32_t | offset |
| uint32_t | sector |
| uint32_t | start_cluster |
Public Attributes Documentation¶
variable file_size¶
Size in bytes of the found file
variable found¶
true if a matching entry was found
variable offset¶
Byte offset within that sector
variable sector¶
Sector containing the entry
variable start_cluster¶
First cluster of the found file
The documentation for this class was generated from the following file src/syntropic/storage/syn_fat.c