Home
last modified time | relevance | path

Searched refs:test_truncate (Results 1 - 8 of 8) sorted by relevance

/third_party/libfuse/test/
H A Dtest_syscalls.c655 static int test_truncate(int len) in test_truncate() function
2034 err += test_truncate(0); in main()
2035 err += test_truncate(testdatalen / 2); in main()
2036 err += test_truncate(testdatalen); in main()
2037 err += test_truncate(testdatalen + 100); in main()
/third_party/python/Lib/test/
H A Dtest_largefile.py116 def test_truncate(self): member in TestFileMethods
H A Dtest_faulthandler.py508 def test_truncate(self): member in FaultHandlerTests
H A Dtest_memoryio.py121 def test_truncate(self): member in MemoryTestMixin
H A Dtest_posix.py183 def test_truncate(self): member in PosixTester
H A Dtest_io.py1808 def test_truncate(self): member in BufferedWriterTest
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs760 fn test_truncate() { in test_truncate() functions
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs9543 fn test_truncate() { in test_truncate() functions
[all...]

Completed in 58 milliseconds