Home | History | Annotate | Download | only in test

Lines Matching refs:ScopedFILE

1744   using ScopedFILE = std::unique_ptr<FILE, decltype(&fclose)>;
1745 ScopedFILE file(fopen(path.c_str(), "w"), fclose);