Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c141 FILE_ZERO_DATA_INFORMATION zeroInformation; in create_sparse_file() local
142 zeroInformation.FileOffset = fileOffset; in create_sparse_file()
143 zeroInformation.BeyondFinalZero = beyondOffset; in create_sparse_file()
149 assert(DeviceIoControl(handle, FSCTL_SET_ZERO_DATA, &zeroInformation, in create_sparse_file()