Searched defs:DirectoryNode (Results 1 – 1 of 1) sorted by relevance
227 struct DirectoryNode { struct228 DIR *dir;229 int currentFd;230 char name[256]; // the same max char length with d_name in struct dirent