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