Home
last modified time | relevance | path

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

/build/kati/
Dio.h32 struct ScopedFile { struct
34 explicit ScopedFile(FILE* fp) : fp_(fp) {} in ScopedFile() function
36 ~ScopedFile() { in ~ScopedFile() argument