Searched defs:FSTEntryInfo (Results 1 – 1 of 1) sorted by relevance
46 typedef struct FSTEntryInfo FSTEntryInfo; typedef48 struct FSTEntryInfo struct50 FSTEntryInfo* next; argument51 int entryNum;52 char pathName[FILENAME_MAX];53 char* name;54 int nameOffset;55 BOOL isDir;56 int parentEntry; // dir only57 int nextEntry; // dir only: next entry under the same dir[all …]