Searched refs:MoveFileEx (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/t/ |
| H A D | file.t | 204 $ok= ! MoveFileEx( "NoSuchFile", "NoSuchDest", 0 ) 214 $ok= ! MoveFileEx( "ReadOnly.txt", "CanWrite.txt", 0 ) 224 $ok= ! MoveFileEx( "CanWrite.txt", "ReadOnly.cp", MOVEFILE_REPLACE_EXISTING ) 230 $ok= MoveFileEx( "ReadOnly.cp", "CanWrite.cp", MOVEFILE_REPLACE_EXISTING );
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/ |
| H A D | File.pm | 271 sub MoveFileEx { &MoveFileExA; } subroutine
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/ |
| H A D | Install.pm | 215 if (Win32API::File::MoveFileEx( $file, $target, $opts )) {
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 499 // Fall back to MoveFileEx.
|