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

/system/core/libcutils/
H A Dfs.c214 int next_fd; local
215 if ((next_fd = openat(fd, segment, O_NOFOLLOW | O_CLOEXEC)) == -1) {
222 fd = next_fd;

Completed in 114 milliseconds