Searched refs:SET_SPARSE_FILE_MODE (Results 1 - 2 of 2) sorted by relevance
/third_party/lz4/programs/ |
H A D | platform.h | 139 # define SET_SPARSE_FILE_MODE(file) { DWORD dw; DeviceIoControl((HANDLE) _get_osfhandle(_fileno(file)), FSCTL_SET_SPARSE, 0, 0, 0, 0, &dw, 0); } macro 142 # define SET_SPARSE_FILE_MODE(file) macro 146 # define SET_SPARSE_FILE_MODE(file) macro
|
H A D | lz4io.c | 48 #include "platform.h" /* Large File Support, SET_BINARY_MODE, SET_SPARSE_FILE_MODE, PLATFORM_POSIX_VERSION, __64BIT__ */ 377 if (f && sparseMode) { SET_SPARSE_FILE_MODE(f); } in LZ4IO_openDstFile()
|
Completed in 7 milliseconds