Home | History | Annotate | Download | only in logcat

Lines Matching defs:dp

478     struct dirent *dp;
480 while ((dp = readdir(dir.get())) != NULL) {
481 if ((dp->d_type != DT_REG)
486 || strncmp(dp->d_name, file, len + monotonic)
487 || (dp->d_name[len]
488 && ((dp->d_name[len] != '.')
489 || !isdigit(dp->d_name[len+1])))) {
495 file_name += dp->d_name;
525 if (!dp->d_name[len] && found) {