Home
last modified time | relevance | path

Searched refs:filestats (Results 1 – 1 of 1) sorted by relevance

/external/flac/libFLAC/
Dstream_decoder.c3377 struct stat filestats; in file_length_callback_() local
3382 else if(fstat(fileno(decoder->private_->file), &filestats) != 0) in file_length_callback_()
3385 *stream_length = (FLAC__uint64)filestats.st_size; in file_length_callback_()