Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/embedder/
Dplatform_channel_utils_posix.h34 PlatformChannelWritev(PlatformHandle h, struct iovec* iov, size_t num_iov);
Dplatform_channel_utils_posix.cc70 ssize_t PlatformChannelWritev(PlatformHandle h, in PlatformChannelWritev() function
Dplatform_channel_pair_posix_unittest.cc101 result = PlatformChannelWritev(server_handle.get(), iov, 2); in TEST_F()