Searched refs:file_closer (Results 1 – 7 of 7) sorted by relevance
140 class file_closer { class143 file_closer(int &fd) : fdp(&fd) { } in file_closer() function in file_closer144 ~file_closer() { close(*fdp); } in ~file_closer()152 file_closer fd_closer(fd); // close fd on return in load()
171 FileCloser file_closer(fd); in DumpCoverage() local181 FileCloser file_closer(fd); in DumpCoverage() local
425 auto file_closer = at_scope_exit([&] { in StartSubprocess() local
445 auto file_closer = at_scope_exit([&] { in StartSubprocess() local
441 auto file_closer = at_scope_exit([&] { in StartSubprocess() local
10429 (file_closer): Remove.11819 * dwarf2read.c (write_psymtabs_to_index): Construct file_closer