Searched refs:PIPE_SIZE (Results 1 – 1 of 1) sorted by relevance
64 constexpr int PIPE_SIZE = 64 * 1024 * 1024; in TEST() local65 ASSERT_EQ(PIPE_SIZE, fcntl(pipe_read.get(), F_SETPIPE_SZ, PIPE_SIZE)); in TEST()