Searched refs:st_buf (Results 1 – 1 of 1) sorted by relevance
96 struct stat st_buf; in GetMTime() local97 if (stat(path.c_str(), &st_buf) != 0) { in GetMTime()101 return st_buf.st_mtime; in GetMTime()105 struct stat st_buf; in GetSizeByBlocks() local106 if (stat(path.c_str(), &st_buf) != 0) { in GetSizeByBlocks()110 return st_buf.st_blocks * st_buf.st_blksize; in GetSizeByBlocks()