| 978 | void ASConsole::getFileNames(const string &directory, const string &wildcard) |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected