Searched refs:SET_SPARSE_FILE_MODE (Results 1 - 2 of 2) sorted by relevance

/external/lz4/programs/
H A Dplatform.h127 # define SET_SPARSE_FILE_MODE(file) { DWORD dw; DeviceIoControl((HANDLE) _get_osfhandle(_fileno(file)), FSCTL_SET_SPARSE, 0, 0, 0, 0, &dw, 0); } macro
130 # define SET_SPARSE_FILE_MODE(file) macro
134 # define SET_SPARSE_FILE_MODE(file) macro
H A Dlz4io.c48 #include "platform.h" /* Large File Support, SET_BINARY_MODE, SET_SPARSE_FILE_MODE, PLATFORM_POSIX_VERSION, __64BIT__ */
291 if (f && g_sparseFileSupport) { SET_SPARSE_FILE_MODE(f); }

Completed in 122 milliseconds