Searched refs:dir_fd (Results 1 – 3 of 3) sorted by relevance
480 int dir_fd = dirfd(proc_fd_dir); in Create() local485 const int fd = ParseFd(dir_entry, dir_fd); in Create()515 int dir_fd = dirfd(proc_fd_dir); in Restat() local518 const int fd = ParseFd(dir_entry, dir_fd); in Restat()626 int FileDescriptorTable::ParseFd(dirent* dir_entry, int dir_fd) { in ParseFd() argument635 if (fd <= STDERR_FILENO || fd == dir_fd) { in ParseFd()
96 static int ParseFd(dirent* e, int dir_fd);
1115 int32_t dir_fd = dirfd(d); in collect_profiles() local1116 if (dir_fd < 0) { in collect_profiles()1144 unique_fd subdir_fd(openat(dir_fd, name.c_str(), in collect_profiles()