Searched refs:stat_buffer (Results 1 – 1 of 1) sorted by relevance
1250 struct stat stat_buffer; in HasEmptyContent() local1251 if (fstat(fd_, &stat_buffer) != 0) { in HasEmptyContent()1254 return stat_buffer.st_size == 0; in HasEmptyContent()2052 struct stat stat_buffer; in IsProfileFile() local2053 if (fstat(fd, &stat_buffer) != 0) { in IsProfileFile()2057 if (stat_buffer.st_size == 0) { in IsProfileFile()