Searched defs:CloseFD (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/syscall_broker/
H A Dbroker_process_unittest.cc554 bool CloseFD(int fd) { function in namespace:sandbox::syscall_broker
583 ASSERT_TRUE(open_broker.Init(base::Bind(&CloseFD, lifeline_fds[0])));
585 CloseFD(lifeline_fds[1]);

Completed in 101 milliseconds