Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/test/
Dtest_fcntl.rs255 fn test_copy_file_range() { in test_copy_file_range() function
/third_party/libfuse/test/
Dtest_syscalls.c829 static int test_copy_file_range(void) in test_copy_file_range() function
918 static int test_copy_file_range(void) in test_copy_file_range() function
/third_party/python/Lib/test/
Dtest_os.py326 def test_copy_file_range(self): member in FileTests