Searched refs:at_scope_exit (Results 1 – 4 of 4) sorted by relevance
410 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function465 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()500 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
335 auto file_closer = at_scope_exit([&] { in StartSubprocess()
798 auto argv_deleter = at_scope_exit([&] { in GenerateHtmlReport()836 auto cov_files_deleter = at_scope_exit([&] { in DumpOffsets()
816 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function