Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/programs/
H A Dfileio.c274 static int FIO_remove(const char* path) in FIO_remove() function
360 FIO_remove(dstFileName); in FIO_openDstFile()
903 if (FIO_remove(srcFileName)) in FIO_compressFilename_srcFile()
944FIO_remove(dstFileName); /* remove compression artefact; note don't do anything special if remove(… in FIO_compressFilename_dstFile()
1633 if (FIO_remove(srcFileName)) { in FIO_decompressSrcFile()
1676FIO_remove(dstFileName); /* remove decompression artefact; note don't do anything special if remo… in FIO_decompressDstFile()