Lines Matching refs:removeSrcFile
867 removeSrcFile=0; in main() local
926 suffix = GZ_EXTENSION; cType = FIO_gzipCompression; removeSrcFile=1; in main()
929 …if (exeNameMatch(programName, ZSTD_GUNZIP)) { operation=zom_decompress; removeSrcFile=1; } … in main()
931 …, ZSTD_LZMA)) { suffix = LZMA_EXTENSION; cType = FIO_lzmaCompression; removeSrcFile=1; } /* beh… in main()
932 …STD_UNLZMA)) { operation=zom_decompress; cType = FIO_lzmaCompression; removeSrcFile=1; } /* behave… in main()
933 …amName, ZSTD_XZ)) { suffix = XZ_EXTENSION; cType = FIO_xzCompression; removeSrcFile=1; } … in main()
934 …e, ZSTD_UNXZ)) { operation=zom_decompress; cType = FIO_xzCompression; removeSrcFile=1; } /* be… in main()
987 if (!strcmp(argument, "--keep")) { removeSrcFile=0; continue; } in main()
988 if (!strcmp(argument, "--rm")) { removeSrcFile=1; continue; } in main()
1220 case 'k': removeSrcFile=0; argument++; break; in main()
1489 …if (operation==zom_test) { FIO_setTestMode(prefs, 1); outFileName=nulmark; removeSrcFile=0; } /* … in main()
1558 if (hasStdout && removeSrcFile) { in main()
1560 removeSrcFile = 0; in main()
1562 FIO_setRemoveSrcFile(prefs, removeSrcFile); in main()