Searched refs:d_dir (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/blkid/
H A Ddevname.c126 DIR *dir, *d_dir; local
139 if ((d_dir = opendir(path)) == NULL)
141 while ((d_de = readdir(d_dir)) != NULL) {
147 closedir(d_dir);

Completed in 33 milliseconds