Searched refs:RTFileMove (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTFileMove-generic.cpp3 * IPRT - RTFileMove, Generic.
41 RTDECL(int) RTFileMove(const char *pszSrc, const char *pszDst, unsigned fMove) function
80 Log(("RTFileMove('%s', '%s', %#x): copy failed, rc=%Rrc\n",
91 Log(("RTFileMove('%s', '%s', %#x): failed to create destination, rc=%Rrc\n",
96 Log(("RTFileMove('%s', '%s', %#x): failed to open source, rc=%Rrc\n",
104 Log(("RTFileMove('%s', '%s', %#x): failed to delete '%s', rc2=%Rrc (rc=%Rrc)\n",
113 RT_EXPORT_SYMBOL(RTFileMove); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstMove.cpp3 * IPRT - RTFileMove & RTDirMove test program.
140 rc = RTFileMove( pszOld, pszNew, fReplace ? RTFILEMOVE_FLAGS_REPLACE : 0);
/vbox/include/iprt/
H A Dfile.h664 /** @name RTFileMove flags (bit masks).
724 * RTFileMove differs from RTFileRename in that it works across volumes.
734 RTDECL(int) RTFileMove(const char *pszSrc, const char *pszDst, unsigned fMove);
H A Dmangling.h593 # define RTFileMove RT_MANGLER(RTFileMove) macro
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp999 LogFlow(("RTFileMove(%p:{%s}, %p:{%s}, %#x): returns %Rrc\n",
1006 RTDECL(int) RTFileMove(const char *pszSrc, const char *pszDst, unsigned fMove) function
1024 LogFlow(("RTFileMove(%p:{%s}, %p:{%s}, %#x): returns %Rrc\n",
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp246 return RTFileMove(pcszSrc, pcszDst, fMove);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp2356 rc = RTFileMove(pszFullPathSrc, pszFullPathDest,
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp2362 int vrc = RTFileMove(szFilePathOld, szFilePathNew, RTFILEMOVE_FLAGS_REPLACE);
/vbox/src/VBox/Main/xml/
H A DSettings.cpp1036 RTFileMove(m->strFilename.c_str(),
/vbox/src/VBox/Storage/
H A DVD.cpp3962 return RTFileMove(pcszSrc, pcszDst, fMove);

Completed in 263 milliseconds