Home
last modified time | relevance | path

Searched refs:test_open_write (Results 1 – 2 of 2) sorted by relevance

/external/liburing/test/
Dlfs-openat-write.c60 static int test_open_write(struct io_uring *ring, int dfd, const char *fn) in test_open_write() function
111 ret = test_open_write(&ring, dfd, "io_uring_openat_write_test1"); in main()
/external/python/cpython3/Lib/test/
Dtest_zipfile.py2421 def test_open_write(self): member in UnseekableTests
2927 def test_open_write(self): member in TestPath