Home
last modified time | relevance | path

Searched defs:FATEntry (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dfatfs.h30 struct FATEntry : public Entry struct
32 FATEntry(Entry* parent, unsigned cluster) : Entry(parent, ET_FAT), _cluster(cluster) {} in FATEntry() function
35 FATEntry() : Entry(ET_FAT) {} in FATEntry() argument
47 struct FATDirectory : public FATEntry, public Directory argument