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

/system/netd/
H A Dmain.cpp104 dfd = dirfd(d);
/system/vold/
H A DVolumeManager.cpp432 int dirfd = open(mountPoint, O_DIRECTORY); local
433 if (dirfd >= 0) {
434 if (fchown(dirfd, ownerUid, AID_SYSTEM)
435 || fchmod(dirfd, S_IRUSR | S_IWUSR | S_IXUSR | S_ISGID | S_IRGRP | S_IXGRP)) {
438 close(dirfd);
583 int dirfd = open(mountPoint, O_DIRECTORY); local
584 if (dirfd < 0 || fchmod(dirfd, 0755)) {
588 close(dirfd);
807 int dirfd local
826 int dirfd, fd; local
[all...]
H A Dmain.cpp105 dfd = dirfd(d);
/system/core/init/
H A Ddevices.c842 dfd = dirfd(d);
/system/core/charger/
H A Dcharger.c532 dfd = dirfd(d);

Completed in 79 milliseconds