Home
last modified time | relevance | path

Searched defs:test_splice (Results 1 – 6 of 6) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/splice/
Dshort_splice_read.sh88 test_splice() function
/external/ltp/testcases/kernel/syscalls/splice/
Dsplice08.c24 static void test_splice(unsigned int bytes, int dev_fd) in test_splice() function
/external/liburing/test/
Dsplice.c370 static int test_splice(struct io_uring *ring, struct test_ctx *ctx) in test_splice() function
/external/rust/android-crates-io/crates/nix/test/
Dtest_fcntl.rs349 fn test_splice() { in test_splice() function
/external/sdv/vsomeip/third_party/boost/phoenix/test/container/
Dcontainer_tests.hpp883 void test_splice(Container c) in test_splice() function
/external/python/cpython3/Lib/test/
Dtest_os.py416 def test_splice(self): member in FileTests