Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file_large.pass.cpp41 constexpr uintmax_t test_file_size = sendfile_size_limit + additional_size; in TEST_CASE() local
42 static_assert(test_file_size > sendfile_size_limit, ""); in TEST_CASE()
48 if (space(env.test_root).available < 3 * test_file_size) { in TEST_CASE()
62 TEST_REQUIRE(file_size(source) == test_file_size); in TEST_CASE()
70 TEST_CHECK(file_size(dest) == test_file_size); in TEST_CASE()
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestGDBRemotePlatformFile.py69 def test_file_size(self): member in TestGDBRemotePlatformFile