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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathRmCmd.cpp116 static int rtPathRmError(PRTPATHRMCMDOPTS pOpts, const char *pszPath, int rc, function
135 * @returns IPRT status code, errors go via rtPathRmError.
145 return rtPathRmError(pOpts, pszPath, rc, "Error removing symbolic link '%s': %Rrc\n", pszPath, rc);
155 * @returns IPRT status code, errors go via rtPathRmError.
178 return rtPathRmError(pOpts, pszPath, rc, "Opening '%s' for overwriting: %Rrc\n", pszPath, rc);
188 rc = rtPathRmError(pOpts, pszPath, rc, "Error seeking to start of '%s': %Rrc\n", pszPath, rc);
199 rc = rtPathRmError(pOpts, pszPath, rc, "Error writing to '%s': %Rrc\n", pszPath, rc);
207 return rtPathRmError(pOpts, pszPath, rc2, "Closing '%s' failed: %Rrc\n", pszPath, rc);
217 return rtPathRmError(pOpts, pszPath, rc,
229 * @returns IPRT status code, errors go via rtPathRmError
[all...]

Completed in 42 milliseconds