Lines Matching refs:pszDst
41 RTDECL(int) RTFileMove(const char *pszSrc, const char *pszDst, unsigned fMove)
47 AssertMsgReturn(VALID_PTR(pszDst), ("%p\n", pszDst), VERR_INVALID_POINTER);
49 AssertMsgReturn(*pszDst, ("%p\n", pszDst), VERR_INVALID_PARAMETER);
57 int rc = RTFileRename(pszSrc, pszDst, fRename);
71 rc = RTFileOpen(&FileDst, pszDst, RTFILE_O_WRITE | RTFILE_O_DENY_ALL | RTFILE_O_CREATE_REPLACE);
79 pszDelete = pszDst;
81 pszSrc, pszDst, fMove, rc));
92 pszSrc, pszDst, fMove, rc));
97 pszSrc, pszDst, fMove, rc));
105 pszSrc, pszDst, fMove, pszDelete, rc2, rc));
110 pszSrc, pszSrc, pszDst, pszDst, fMove, rc));