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

/bionic/libc/bionic/
H A Ddirent.cpp72 int dirfd(DIR* dirp) { argument
73 return dirp->fd_;
H A Dfts.c551 DIR *dirp; local
565 if ((dirp = opendir(cur->fts_accpath)) == NULL) {
610 if (fts_safe_changedir(sp, cur, dirfd(dirp), NULL)) {
616 (void)closedir(dirp);
617 dirp = NULL;
651 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) {
669 (void)closedir(dirp);
695 (void)closedir(dirp);
723 p->fts_info = fts_stat(sp, p, 0, dirfd(dirp));
[all...]
H A Dndk_cruft.cpp261 int getdents(unsigned int fd, dirent* dirp, unsigned int count) { argument
262 return __getdents64(fd, dirp, count);

Completed in 65 milliseconds