Home
last modified time | relevance | path

Searched refs:ScopedSocketPair (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/
Dunittest_utils.cc37 ScopedSocketPair::ScopedSocketPair() { in ScopedSocketPair() function in brillo::ScopedSocketPair
46 ScopedSocketPair::~ScopedSocketPair() { in ~ScopedSocketPair()
Dunittest_utils.h29 class ScopedSocketPair {
31 ScopedSocketPair();
32 ~ScopedSocketPair();
/external/libbrillo/brillo/message_loops/
Dmessage_loop_unittest.cc208 ScopedSocketPair socks; in TYPED_TEST()