Home
last modified time | relevance | path

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

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