Searched defs:dirp (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Ddirent.cpp62 int dirfd(DIR* dirp) { argument
63 return dirp->fd_;
H A Dfts.c550 DIR *dirp; local
564 if ((dirp = opendir(cur->fts_accpath)) == NULL) {
609 if (fts_safe_changedir(sp, cur, dirfd(dirp), NULL)) {
615 (void)closedir(dirp);
616 dirp = NULL;
650 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) {
668 (void)closedir(dirp);
694 (void)closedir(dirp);
743 if (dirp)
[all...]
H A Dndk_cruft.cpp246 extern "C" int getdents(unsigned int fd, dirent* dirp, unsigned int count) { argument
247 return __getdents64(fd, dirp, count);

Completed in 40 milliseconds