Lines Matching refs:O_CLOEXEC
126 g_fd = open(g_filepath, O_CREAT | O_EXCL | O_RDWR | O_CLOEXEC),
156 g_fd = open(g_filepath, O_RDWR | O_CLOEXEC),
235 g_fd = open(g_filepath, O_RDWR | O_TRUNC | O_CLOEXEC),
243 g_fd = open(g_filepath, O_RDWR | O_CLOEXEC),
252 g_fd = open(g_filepath, O_RDWR | O_CLOEXEC),
330 g_fd = open(g_filepath, O_RDWR | O_CLOEXEC),
347 g_dir_fd = open(g_dirpath, O_RDONLY | O_CLOEXEC),
423 g_fd = open(g_filepath, O_CREAT | O_EXCL | O_CLOEXEC, 0777),
470 g_fd = open(g_filepath, O_CREAT | O_EXCL | O_CLOEXEC, 0777),
489 g_fd = open(g_filepath, O_CREAT | O_EXCL | O_RDWR | O_CLOEXEC, 0777),
533 g_subdir_fd = open(g_subdirpath, O_RDONLY | O_CLOEXEC),
615 g_fd = open(g_filepath, O_CREAT | O_EXCL | O_RDWR | O_CLOEXEC, 0777), in setup()