Home
last modified time | relevance | path

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

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