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

/external/chromium_org/remoting/host/linux/
H A Daudio_pipe_reader.cc119 struct stat new_stat; local
121 fstat(new_pipe.GetPlatformFile(), &new_stat) == 0 &&
122 old_stat.st_ino == new_stat.st_ino) {

Completed in 76 milliseconds