Home
last modified time | relevance | path

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

/external/lz4/programs/
Dlz4io.c116 static int g_sparseFileSupport = 1; variable
214 g_sparseFileSupport = (enable!=0); in LZ4IO_setSparseFile()
215 return g_sparseFileSupport; in LZ4IO_setSparseFile()
276 if (g_sparseFileSupport==1) { in LZ4IO_openDstFile()
277 g_sparseFileSupport = 0; in LZ4IO_openDstFile()
302 if (f && g_sparseFileSupport) { SET_SPARSE_FILE_MODE(f); } in LZ4IO_openDstFile()
733 if (!g_sparseFileSupport) { /* normal write */ in LZ4IO_fwriteSparse()