Searched refs:current_stat (Results 1 – 1 of 1) sorted by relevance
358 struct stat this_stat, current_stat; in Unlink() local362 if (fstat(fd_, &this_stat) == 0 && fstat(cur_fd, ¤t_stat) == 0) { in Unlink()363 is_current = (this_stat.st_dev == current_stat.st_dev) && in Unlink()364 (this_stat.st_ino == current_stat.st_ino); in Unlink()