| 965 | { |
| 966 | struct dirent* entry; // entry from readdir() |
| 967 | struct stat statbuf; // entry from stat() |
| 968 | vector<string> subDirectory; // sub directories of this directory |
| 969 | |
| 970 | // errno is defined in <errno.h> and is set for errors in opendir, readdir, or stat |
no outgoing calls
no test coverage detected