Searched defs:fFileType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dpath-posix.cpp137 * @param fFileType The filetype. We use the RTFMODE filetypes here. If it's 0,
142 DECLHIDDEN(int) rtPathPosixRename(const char *pszSrc, const char *pszDst, unsigned fRename, RTFMODE fFileType) argument
166 else if (!fFileType)
168 else if (RTFS_IS_DIRECTORY(fFileType))
221 pszSrc, pszDst, fRename, fFileType, errno));
241 pszSrc, pszDst, fRename, fFileType, rc, errno));
248 pszSrc, pszDst, fRename, fFileType, rc, errno));
253 pszSrc, pszDst, fRename, fFileType, rc));
262 pszSrc, pszDst, fRename, fFileType, rc, errno));
267 pszSrc, pszDst, fRename, fFileType, r
[all...]
/vbox/src/VBox/Runtime/r3/win/
H A Dpath-win.cpp535 * @param fFileType The filetype. We use the RTFMODE filetypes here. If it's 0,
540 DECLHIDDEN(int) rtPathWin32MoveRename(const char *pszSrc, const char *pszDst, uint32_t fFlags, RTFMODE fFileType) argument
557 if (fFileType)
562 else if (RTFS_IS_DIRECTORY(fFileType))
576 pszSrc, pszDst, fFlags, fFileType, rc, Err));

Completed in 54 milliseconds