Home
last modified time | relevance | path

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

/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()
/llvm-project/clang/unittests/DirectoryWatcher/
H A DDirectoryWatcherTest.cpp396 TEST(DirectoryWatcherTest, DeleteFile) { in TEST() argument
/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc284 // the DeleteFile or RemoveDirectory functions, but that requires you to know
426 // if the FILE_DISPOSITION_INFO flag was already set to 'DeleteFile = true' by
429 Disposition.DeleteFile = false;
437 // continue when DeleteFile is true, since it prevents opening the file for
452 Disposition.DeleteFile = true;
/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h243 info.DeleteFile = TRUE; in remove()