Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/tests/
Dtest_util.h171 class ScopedFILE {
173 ScopedFILE() : file_(NULL) {} in ScopedFILE() function
175 ~ScopedFILE() { in ~ScopedFILE()
228 ScopedFILE src_file; in CopyFile()
233 ScopedFILE dst_file; in CopyFile()