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

/libcore/luni/src/main/native/
H A Dlibcore_io_Linux.cpp1842 int pipe2_result = throwIfMinusOne(env, "pipe2", TEMP_FAILURE_RETRY(pipe2(&fds[0], flags))); local
1843 if (pipe2_result == -1) {

Completed in 42 milliseconds