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

/system/netd/
H A Dmain.cpp82 int dfd, fd; local
84 dfd = dirfd(d);
86 fd = openat(dfd, "uevent", O_WRONLY);
101 fd = openat(dfd, de->d_name, O_RDONLY | O_DIRECTORY);
/system/vold/
H A Dmain.cpp102 int dfd, fd; local
104 dfd = dirfd(d);
106 fd = openat(dfd, "uevent", O_WRONLY);
121 fd = openat(dfd, de->d_name, O_RDONLY | O_DIRECTORY);
/system/core/init/
H A Ddevices.c647 int dfd, fd; local
649 dfd = dirfd(d);
651 fd = openat(dfd, "uevent", O_WRONLY);
664 fd = openat(dfd, de->d_name, O_RDONLY | O_DIRECTORY);

Completed in 76 milliseconds