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