Home
last modified time | relevance | path

Searched refs:this_stat (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/unix_file/
Dfd_file.cc528 struct stat this_stat, current_stat; in Unlink() local
532 if (fstat(fd_, &this_stat) == 0 && fstat(cur_fd, &current_stat) == 0) { in Unlink()
533 is_current = (this_stat.st_dev == current_stat.st_dev) && in Unlink()
534 (this_stat.st_ino == current_stat.st_ino); in Unlink()