Home
last modified time | relevance | path

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

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/pipe2/
H A Dpipe2_04.c23 static void test_pipe2(void) in test_pipe2() function
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_unistd.rs754 fn test_pipe2() { in test_pipe2() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_posix.py888 def test_pipe2(self): member in PosixTester