Home | History | Annotate | Download | only in common

Lines Matching defs:dirEntry

939     struct dirent* dirEntry = NULL;
951 while((dirEntry = readdir(dirp)) != NULL) {
952 const char* dirName = dirEntry->d_name;