Searched defs:null_out (Results 1 – 3 of 3) sorted by relevance
23 struct null_out : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_han… struct25 …le_descriptor sink {"NUL", file_descriptor::write}; //works because it gets destroyed AFTER launch.27 ::boost::winapi::HANDLE_ get_used_handles() const { return sink.handle(); } in get_used_handles()
23 struct null_out : handler_base_ext, ::boost::process::detail::uses_handles struct25 file_descriptor sink{"/dev/null", file_descriptor::write};30 std::array<int, 3> get_used_handles() in get_used_handles()
827 let null_out = File::open("/dev/null").expect("Could not open /dev/null"); in test_misc_ibinder() localVariable