Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/t/
H A Dfile.t184 $ok= ! DeleteFile( "ReadOnly.txt" )
245 $ok= ! DeleteFile( "Moved.cp" )
257 $ok= DeleteFile( "Moved.cp" );
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.pm265 sub DeleteFile { &DeleteFileA; } subroutine
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc284 // the DeleteFile or RemoveDirectory functions, but that requires you to know
425 // if the FILE_DISPOSITION_INFO flag was already set to 'DeleteFile = true' by
428 Disposition.DeleteFile = false;
436 // continue when DeleteFile is true, since it prevents opening the file for
451 Disposition.DeleteFile = true;
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h271 info.DeleteFile = TRUE; in remove()