]>
Commit | Line | Data |
---|---|---|
937356ff A |
1 | // |
2 | // sparse_test.h | |
3 | // copyfile_test | |
4 | // | |
5 | ||
6 | #ifndef sparse_test_h | |
7 | #define sparse_test_h | |
8 | ||
9 | bool do_sparse_test(const char *apfs_test_directory, size_t block_size); | |
10 | bool do_sparse_recursive_test(const char *apfs_test_directory, size_t block_size); | |
11 | bool do_fcopyfile_offset_test(const char *apfs_test_directory, size_t block_size); | |
12 | ||
13 | #endif /* sparse_test_h */ |