Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/test/
Dscoped_types.h62 struct FileCloser { struct
63 void operator()(FILE *file) { in operator()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h236 struct FileCloser { struct
237 explicit FileCloser(fd_t fd) : fd(fd) {} in FileCloser() function
238 ~FileCloser() { CloseFile(fd); } in ~FileCloser() argument
239 fd_t fd;