Home
last modified time | relevance | path

Searched refs:newfd (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/fs_mgr/liblp/
H A Dutility.cpp214 int newfd = TEMP_FAILURE_RETRY(dup(fd)); in GetControlFileOrOpen() local
215 if (newfd >= 0) { in GetControlFileOrOpen()
216 return base::unique_fd(newfd); in GetControlFileOrOpen()
/aosp12/bionic/libc/bionic/
H A Dfts.c1029 int ret, oerrno, newfd; in fts_safe_changedir() local
1032 newfd = fd; in fts_safe_changedir()
1035 if (fd == -1 && (newfd = open(path, O_RDONLY|O_DIRECTORY|O_CLOEXEC)) == -1) in fts_safe_changedir()
1037 if (fstat(newfd, &sb) == -1) { in fts_safe_changedir()
1046 ret = fchdir(newfd); in fts_safe_changedir()
1050 (void)close(newfd); in fts_safe_changedir()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dseccomp.h76 __u32 newfd; member
/aosp12/bionic/libc/
H A DSECCOMP_ALLOWLIST_APP.TXT52 int dup2(int oldfd, int newfd) lp32