Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h290 DeleteFile(*II); in Replace()
344 void DeleteFile(const InputInfo &II) { in DeleteFile() function
351 DeleteFile(II); in DeleteInput()
/freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc271 // the DeleteFile or RemoveDirectory functions, but that requires you to know
407 // if the FILE_DISPOSITION_INFO flag was already set to 'DeleteFile = true' by
410 Disposition.DeleteFile = false;
418 // continue when DeleteFile is true, since it prevents opening the file for
434 Disposition.DeleteFile = true;
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h270 info.DeleteFile = TRUE; in remove()
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc59 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c155 BOOL DeleteFile; member
2238 disposition_info.DeleteFile = TRUE; in svn_io__win_delete_file_on_close()
/freebsd-13.1/crypto/openssl/apps/
H A Dapps.c2163 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()