Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/tools/darch/include/
Ddarch.h49 typedef struct FSTEntryInfo FSTEntryInfo; typedef
51 struct FSTEntryInfo struct
53 FSTEntryInfo* next; argument
54 int entryNum;
55 char pathName[FILENAME_MAX];
56 char* name;
57 int nameOffset;
58 BOOL isDir;
59 int parentEntry; // dir only
60 int nextEntry; // dir only: next entry under the same dir
[all …]