Home | History | Annotate | Download | only in libFLAC

Lines Matching full:filestats

3377 	struct stat filestats;
3382 else if(fstat(fileno(decoder->private_->file), &filestats) != 0)
3385 *stream_length = (FLAC__uint64)filestats.st_size;