Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h291 DeleteFile(*II); in Replace()
347 void DeleteFile(const InputInfo &II) { in DeleteFile() function
354 DeleteFile(II); in DeleteInput()
/llvm-project-15.0.7/clang/unittests/DirectoryWatcher/
H A DDirectoryWatcherTest.cpp395 TEST(DirectoryWatcherTest, DeleteFile) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc286 // the DeleteFile or RemoveDirectory functions, but that requires you to know
427 // if the FILE_DISPOSITION_INFO flag was already set to 'DeleteFile = true' by
430 Disposition.DeleteFile = false;
438 // continue when DeleteFile is true, since it prevents opening the file for
453 Disposition.DeleteFile = true;
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dposix_compat.h271 info.DeleteFile = TRUE; in remove()