Searched refs:stat_buffer (Results 1 – 1 of 1) sorted by relevance
1282 struct stat stat_buffer; in HasEmptyContent() local1283 if (fstat(fd_, &stat_buffer) != 0) { in HasEmptyContent()1286 return stat_buffer.st_size == 0; in HasEmptyContent()2146 struct stat stat_buffer; in IsProfileFile() local2147 if (fstat(fd, &stat_buffer) != 0) { in IsProfileFile()2151 if (stat_buffer.st_size == 0) { in IsProfileFile()