Searched refs:new_stat (Results 1 – 2 of 2) sorted by relevance
119 struct stat new_stat; in TryOpenPipe() local121 fstat(new_pipe.GetPlatformFile(), &new_stat) == 0 && in TryOpenPipe()122 old_stat.st_ino == new_stat.st_ino) { in TryOpenPipe()
614 * Use new_stat from libc6 now, except for powerpc and sparc