Home
last modified time | relevance | path

Searched defs:AutoFILE (Results 1 – 1 of 1) sorted by relevance

/external/flac/src/utils/flacdiff/
Dmain.cpp34 class AutoFILE { class
38 inline AutoFILE(const char *path, const char *mode): f_(::fopen(path, mode)) { } in AutoFILE() function in AutoFILE