HomeSort by: relevance | last modified time | path
    Searched defs:MoveFileEx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
rename.c 43 # undef MoveFileEx
44 # define MoveFileEx MoveFileExA
176 /* MoveFileEx works if SRC is a directory without any flags, but
178 Thankfully, MoveFileEx handles hard links correctly, even though
180 if (MoveFileEx (src, dst, 0))
188 if (MoveFileEx (src, dst, MOVEFILE_REPLACE_EXISTING))
  /src/external/gpl3/gdb.old/dist/gnulib/import/
rename.c 43 # undef MoveFileEx
44 # define MoveFileEx MoveFileExA
176 /* MoveFileEx works if SRC is a directory without any flags, but
178 Thankfully, MoveFileEx handles hard links correctly, even though
180 if (MoveFileEx (src, dst, 0))
188 if (MoveFileEx (src, dst, MOVEFILE_REPLACE_EXISTING))

Completed in 20 milliseconds