Home
last modified time | relevance | path

Searched defs:test_file_size (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file_large.pass.cpp40 constexpr std::uintmax_t test_file_size = sendfile_size_limit + additional_size; in large_file() local
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file_large.pass.cpp50 constexpr uintmax_t test_file_size = sendfile_size_limit + additional_size; in TEST_CASE() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_tarfile.py838 def test_file_size(self): member in WriteTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_tarfile.py1237 def test_file_size(self): member in WriteTest