Home
last modified time | relevance | path

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

/external/flac/include/share/
Dcompat.h174 #define flac_stat_s __stat64 /* stat struct */ macro
177 #define flac_stat_s stat /* stat struct */ macro
/external/flac/libFLAC/
Dstream_decoder.c3389 struct flac_stat_s filestats; in file_length_callback_()