Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h159 DeleteFile(*II); in Replace()
203 void DeleteFile(const InputInfo &II) { in DeleteFile() function
210 DeleteFile(II); in DeleteInput()
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dfile.c171 DeleteFile(buf); in isc_file_safemovefile()
198 filestatus = DeleteFile(buf); in isc_file_safemovefile()
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc59 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DPath.inc271 // the DeleteFile or RemoveDirectory functions, but that requires you to know
400 Disposition.DeleteFile = Delete;
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c155 BOOL DeleteFile; member
2014 disposition_info.DeleteFile = TRUE; in svn_io__win_delete_file_on_close()
/freebsd-12.1/crypto/openssl/apps/
H A Dapps.c2137 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()