Searched refs:dir_fd (Results 1 – 3 of 3) sorted by relevance
441 int dir_fd = dirfd(d); in Create() local446 const int fd = ParseFd(e, dir_fd); in Create()484 int dir_fd = dirfd(d); in Restat() local487 const int fd = ParseFd(e, dir_fd); in Restat()608 int FileDescriptorTable::ParseFd(dirent* e, int dir_fd) { in ParseFd() argument617 if (fd <= STDERR_FILENO || fd == dir_fd) { in ParseFd()
93 static int ParseFd(dirent* e, int dir_fd);
1002 int32_t dir_fd = dirfd(d); in collect_profiles() local1003 if (dir_fd < 0) { in collect_profiles()1031 unique_fd subdir_fd(openat(dir_fd, name.c_str(), in collect_profiles()