Skip to content

Struct DirEntryLoc

ClassList > 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

uint32_t DirEntryLoc::file_size;

Size in bytes of the found file


variable found

bool DirEntryLoc::found;

true if a matching entry was found


variable offset

uint32_t DirEntryLoc::offset;

Byte offset within that sector


variable sector

uint32_t DirEntryLoc::sector;

Sector containing the entry


variable start_cluster

uint32_t DirEntryLoc::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