Home
last modified time | relevance | path

Searched refs:cloexec_fds (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/fs/vfs/operation/
Dvfs_cloexec.c51 FD_ISSET(i, files->fdt->cloexec_fds)) { in CloseOnExec()
70 FD_SET(procFd, fdt->cloexec_fds); in SetCloexecFlag()
84 isCloexec = FD_ISSET(procFd, fdt->cloexec_fds); in CheckCloexecFlag()
97 FD_CLR(procFd, fdt->cloexec_fds); in ClearCloexecFlag()
Dvfs_procfd.c196 FD_CLR(procFd, fdt->cloexec_fds); in FreeProcessFd()
467 FD_CLR(procFd, fdt->cloexec_fds); in CloseProcFd()
/kernel/liteos_a/fs/include/fs/
Dfd_table.h49 fd_set *cloexec_fds; member