Searched refs:old_stat (Results 1 – 1 of 1) sorted by relevance
118 struct stat old_stat; in TryOpenPipe() local120 if (fstat(pipe_.GetPlatformFile(), &old_stat) == 0 && in TryOpenPipe()122 old_stat.st_ino == new_stat.st_ino) { in TryOpenPipe()