Home
last modified time | relevance | path

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

/src/crypto/krb5/src/windows/kfwlogon/
H A Dkfwlogon.c364 DeleteFile(filename); in NPLogonNotify()
515 DeleteFile(filename); in KFW_Logon_Event()
563 DeleteFile(newfilename); in KFW_Logon_Event()
620 DeleteFile(lpszCmdLine); in LogonEventHandlerA()
H A Dkfwcommon.c972 DeleteFile(filename); in KFW_copy_cache_to_system_file()
1074 DeleteFile(filename); in KFW_copy_file_cache_to_default_cache()
1162 DeleteFile(filename); in KFW_copy_file_cache_to_api_cache()
1267 DeleteFile(FindFileData.cFileName); in KFW_cleanup_orphaned_caches()
/src/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()
/src/contrib/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;
/src/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h247 info.DeleteFile = TRUE; in remove()
/src/contrib/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc59 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
/src/crypto/openssl/apps/lib/
H A Dapps.c2732 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()
/src/contrib/sqlite3/autosetup/
H A Djimsh0.c23788 DeleteFile(name); in Jim_MakeTempFile()