Searched defs:FileCloser (Results 1 – 3 of 3) sorted by relevance
71 struct FileCloser { struct72 explicit FileCloser(fd_t fd) : fd(fd) {} in FileCloser() function73 ~FileCloser() { CloseFile(fd); } in ~FileCloser() argument74 fd_t fd;
70 struct FileCloser { struct71 explicit FileCloser(fd_t fd) : fd(fd) {} in FileCloser() argument72 ~FileCloser() { CloseFile(fd); } in ~FileCloser() argument73 fd_t fd;
70 struct FileCloser { struct71 explicit FileCloser(fd_t fd) : fd(fd) {} in FileCloser() function72 ~FileCloser() { CloseFile(fd); } in ~FileCloser() argument73 fd_t fd;