Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1933 int pipe2_result = throwIfMinusOne(env, "pipe2", TEMP_FAILURE_RETRY(pipe2(&fds[0], flags))); in Linux_pipe2() local
1934 if (pipe2_result == -1) { in Linux_pipe2()