OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filestats
(Results
1 - 2
of
2
) sorted by null
/external/flac/include/FLAC/
stream_decoder.h
603
* struct stat
filestats
;
607
* else if(fstat(fileno(file), &
filestats
) != 0)
610
* *stream_length = (FLAC__uint64)
filestats
.st_size;
[
all
...]
/external/flac/libFLAC/
stream_decoder.c
3377
struct stat
filestats
;
local
[
all
...]
Completed in 94 milliseconds