Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/pipe2/
Dpipe2_04.c23 static void test_pipe2(void) in test_pipe2() function
101 .test_all = test_pipe2,
/external/rust/android-crates-io/crates/nix/test/
Dtest_unistd.rs757 fn test_pipe2() { in test_pipe2() function
/external/python/cpython3/Lib/test/
Dtest_posix.py907 def test_pipe2(self): member in PosixTester