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