Searched refs:test_truncate (Results 1 - 8 of 8) sorted by relevance
/third_party/libfuse/test/ | ||
H A D | test_syscalls.c | 655 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 D | test_largefile.py | 116 def test_truncate(self): member in TestFileMethods |
H A D | test_faulthandler.py | 508 def test_truncate(self): member in FaultHandlerTests |
H A D | test_memoryio.py | 121 def test_truncate(self): member in MemoryTestMixin |
H A D | test_posix.py | 183 def test_truncate(self): member in PosixTester |
H A D | test_io.py | 1808 def test_truncate(self): member in BufferedWriterTest |
/third_party/rust/crates/nix/test/ | ||
H A D | test_unistd.rs | 760 fn test_truncate() { in test_truncate() functions |
/third_party/rust/crates/memchr/bench/data/code/ | ||
H A D | rust-library.rs | 9543 fn test_truncate() { in test_truncate() functions [all...] |
Completed in 61 milliseconds