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

/external/chromium_org/remoting/host/linux/
H A Daudio_pipe_reader.cc118 struct stat old_stat; local
120 if (fstat(pipe_.GetPlatformFile(), &old_stat) == 0 &&
122 old_stat.st_ino == new_stat.st_ino) {

Completed in 564 milliseconds