Lines Matching refs:removeSrcFile
854 removeSrcFile=0; in main() local
917 suffix = GZ_EXTENSION; cType = FIO_gzipCompression; removeSrcFile=1; in main()
920 …if (exeNameMatch(programName, ZSTD_GUNZIP)) { operation=zom_decompress; removeSrcFile=1; } … in main()
922 …, ZSTD_LZMA)) { suffix = LZMA_EXTENSION; cType = FIO_lzmaCompression; removeSrcFile=1; } /* beh… in main()
923 …STD_UNLZMA)) { operation=zom_decompress; cType = FIO_lzmaCompression; removeSrcFile=1; } /* behave… in main()
924 …amName, ZSTD_XZ)) { suffix = XZ_EXTENSION; cType = FIO_xzCompression; removeSrcFile=1; } … in main()
925 …e, ZSTD_UNXZ)) { operation=zom_decompress; cType = FIO_xzCompression; removeSrcFile=1; } /* be… in main()
978 if (!strcmp(argument, "--keep")) { removeSrcFile=0; continue; } in main()
979 if (!strcmp(argument, "--rm")) { removeSrcFile=1; continue; } in main()
1200 case 'k': removeSrcFile=0; argument++; break; in main()
1456 …if (operation==zom_test) { FIO_setTestMode(prefs, 1); outFileName=nulmark; removeSrcFile=0; } /* … in main()
1525 if (hasStdout && removeSrcFile) { in main()
1527 removeSrcFile = 0; in main()
1529 FIO_setRemoveSrcFile(prefs, removeSrcFile); in main()