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