Home | History | Annotate | Download | only in installd

Lines Matching refs:fdopendir

471             subdir = fdopendir(subfd);
473 ALOGE("Couldn't fdopendir %s: %s\n", name, strerror(errno));
542 d = fdopendir(fd);
544 ALOGE("Couldn't fdopendir %s: %s\n", name, strerror(errno));
575 DIR *ds = fdopendir(sdfd);
577 ALOGE("Couldn't fdopendir: %s\n", strerror(errno));
1039 DIR* subdir = fdopendir(subdir_fd);