Searched refs:dir_fd (Results 1 – 3 of 3) sorted by relevance
458 int dir_fd = dirfd(proc_fd_dir); in Create() local463 const int fd = ParseFd(dir_entry, dir_fd); in Create()493 int dir_fd = dirfd(proc_fd_dir); in Restat() local496 const int fd = ParseFd(dir_entry, dir_fd); in Restat()592 int FileDescriptorTable::ParseFd(dirent* dir_entry, int dir_fd) { in ParseFd() argument601 if (fd <= STDERR_FILENO || fd == dir_fd) { in ParseFd()
96 static int ParseFd(dirent* e, int dir_fd);
1070 int32_t dir_fd = dirfd(d); in collect_profiles() local1071 if (dir_fd < 0) { in collect_profiles()1099 unique_fd subdir_fd(openat(dir_fd, name.c_str(), in collect_profiles()