Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c329 verify_sparse_file(struct archive *a, const char *path, in verify_sparse_file() function
606 verify_sparse_file(a, "file0", sparse_file0, 4); in DEFINE_TEST()
607 verify_sparse_file(a, "file1", sparse_file1, 3); in DEFINE_TEST()
608 verify_sparse_file(a, "file2", sparse_file2, 20); in DEFINE_TEST()
610 verify_sparse_file(a, "file3", sparse_file3, 0); in DEFINE_TEST()
612 verify_sparse_file(a, "file4", sparse_file4, 2); in DEFINE_TEST()
635 verify_sparse_file(a, "file0", sparse_file0, 0); in DEFINE_TEST()
636 verify_sparse_file(a, "file1", sparse_file1, 0); in DEFINE_TEST()
637 verify_sparse_file(a, "file2", sparse_file2, 0); in DEFINE_TEST()
638 verify_sparse_file(a, "file3", sparse_file3, 0); in DEFINE_TEST()
[all …]