Home | History | Annotate | Download | only in libmediaplayer2

Lines Matching refs:ent

138         struct dirent *ent;
139 while((ent = readdir(d)) != NULL) {
140 if (strcmp(ent->d_name,".") && strcmp(ent->d_name,"..")) {
141 snprintf(buffer, SIZE, "/proc/%d/fd/%s", getpid(), ent->d_name);