Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h292 DeleteFile(*II); in Replace()
348 void DeleteFile(const InputInfo &II) { in DeleteFile() function
355 DeleteFile(II); in DeleteInput()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc282 // the DeleteFile or RemoveDirectory functions, but that requires you to know
424 // if the FILE_DISPOSITION_INFO flag was already set to 'DeleteFile = true' by
427 Disposition.DeleteFile = false;
435 // continue when DeleteFile is true, since it prevents opening the file for
450 Disposition.DeleteFile = true;
/freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h247 info.DeleteFile = TRUE; in remove()
/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc59 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
/freebsd-14.2/crypto/openssl/apps/lib/
H A Dapps.c2673 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()