Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dfile.c312 return (removefile(filename, NULL, REMOVEFILE_SECURE_1_PASS)); in cupsdRemoveFile()
/external/libcups/config-scripts/
Dcups-common.m4208 dnl See if we have the removefile(3) function for securely removing files
209 AC_CHECK_FUNCS(removefile)
/external/libcups/
Dconfig.h.in580 * Do we have removefile()?
Dconfigure5488 for ac_func in removefile
/external/python/cpython2/Tools/msi/
Dmsilib.py575 def removefile(self, key, pattern): member in Directory
Dmsi.py1090 lib.removefile("pickle", "*.pickle")