Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:ent

436             struct dirent *ent;
437 while((ent = readdir(d)) != NULL) {
438 if (strcmp(ent->d_name,".") && strcmp(ent->d_name,"..")) {
439 snprintf(buffer, SIZE, "/proc/%d/fd/%s", gettid(), ent->d_name);