Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerCorpus.h159 DeleteFile(*II); in Replace()
203 void DeleteFile(const InputInfo &II) { in DeleteFile() function
210 DeleteFile(II); in DeleteInput()
/netbsd-src/external/bsd/pcc/dist/pcc/os/win32/
H A Dpcc.iss91 DeleteFile(appdir + '\uninsTasks.txt')
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defishell.h391 EFI_SHELL_DELETE_FILE DeleteFile; member
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dposix_compat.h270 info.DeleteFile = TRUE; in remove()
/netbsd-src/external/gpl2/gmake/dist/
H A Djob.c1357 DeleteFile (amiga_bname); /* Ignore errors. */ in start_job_command()
2179 DeleteFile (amiga_bname); in clean_tmp()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinbase.d2529 alias DeleteFileW DeleteFile;
2708 alias DeleteFileA DeleteFile;
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dwinapi.h4323 BOOLEAN DeleteFile; member
H A Dfs.c1210 disposition.DeleteFile = TRUE; in fs__unlink()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.c2174 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c2673 if (DeleteFile(tto) && MoveFile(tfrom, tto)) in WIN32_rename()