Home
last modified time | relevance | path

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

/external/chromium_org/remoting/host/linux/
Daudio_pipe_reader.cc119 struct stat new_stat; in TryOpenPipe() local
121 fstat(new_pipe.GetPlatformFile(), &new_stat) == 0 && in TryOpenPipe()
122 old_stat.st_ino == new_stat.st_ino) { in TryOpenPipe()
/external/strace/debian/
Dchangelog614 * Use new_stat from libc6 now, except for powerpc and sparc