| 979 | { |
| 980 | struct dirent* entry; // entry from readdir() |
| 981 | struct stat statbuf; // entry from stat() |
| 982 | vector<string> subDirectory; // sub directories of this directory |
| 983 | |
| 984 | // errno is defined in <errno.h> and is set for errors in opendir, readdir, or stat |
no outgoing calls
no test coverage detected