HomeSort by relevance Sort by last modified time
    Searched full:old_stat (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/host/linux/
audio_pipe_reader.cc 118 struct stat old_stat; local
120 if (fstat(pipe_.GetPlatformFile(), &old_stat) == 0 &&
122 old_stat.st_ino == new_stat.st_ino) {
  /external/strace/
file.c 1050 newbuf->st_blksize = 0; /* not supported in old_stat */
1051 newbuf->st_blocks = 0; /* not supported in old_stat */
    [all...]

Completed in 1179 milliseconds