Home
last modified time | relevance | path

Searched refs: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
39 inline virtual ~AutoFILE() { if (f_) (void)::fclose(f_); } in ~AutoFILE()
45 AutoFILE();
46 AutoFILE(const AutoFILE &);
47 void operator=(const AutoFILE &);
52 …Decoder(AutoFILE &f, FLAC__off_t tgt): tgtpos_((FLAC__uint64)tgt), curpos_(0), go_(true), err_(fal… in Decoder()
57 AutoFILE &f_;
109 static bool show_diff(AutoFILE &f1, AutoFILE &f2, FLAC__off_t off) in show_diff()
165 static FLAC__off_t get_diff_offset(AutoFILE &f1, AutoFILE &f2) in get_diff_offset()
[all …]