Searched refs:stat_buf (Results 1 – 1 of 1) sorted by relevance
271 struct stat stat_buf; in GetFileSize() local272 int rc = stat(filename, &stat_buf); in GetFileSize()273 return rc == 0 ? stat_buf.st_size : -1; in GetFileSize()