Home | History | Annotate | Download | only in installd

Lines Matching full:subfd

228             int r, subfd;
237 subfd = openat(dfd, name, O_RDONLY | O_DIRECTORY);
238 if (subfd < 0) {
243 subdir = fdopendir(subfd);
246 close(subfd);
530 int subfd;
539 subfd = openat(dfd, name, O_RDONLY | O_DIRECTORY);
540 if (subfd < 0) {
544 subfd);
547 close(subfd);