Home
last modified time | relevance | path

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

/trusty/user/base/experimental/lib/tidl/include/lib/tidl/android-base/
Dunique_fd.h249 inline bool Socketpair(int domain, in Socketpair() function
266 inline bool Socketpair(int type, in Socketpair() function
269 return Socketpair(AF_UNIX, type, 0, left, right); in Socketpair()