Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-copy.c226 static void test_copy_bytes_regular_file_one(const char *src, bool try_reflink, uint64_t max_bytes)… in test_copy_bytes_regular_file_one() function
283 test_copy_bytes_regular_file_one(saved_argv[0], false, UINT64_MAX); in TEST()
284 test_copy_bytes_regular_file_one(saved_argv[0], true, UINT64_MAX); in TEST()
285test_copy_bytes_regular_file_one(saved_argv[0], false, 1000); /* smaller than copy buffer size */ in TEST()
286 test_copy_bytes_regular_file_one(saved_argv[0], true, 1000); in TEST()
287test_copy_bytes_regular_file_one(saved_argv[0], false, 32000); /* larger than copy buffer size */ in TEST()
288 test_copy_bytes_regular_file_one(saved_argv[0], true, 32000); in TEST()