Searched refs:strSysDestPath (Results 1 – 1 of 1) sorted by relevance
1139 rtl_uString *strSysPath = NULL, *strSysDestPath = NULL; in osl_copyFile() local1143 error = _osl_getSystemPathFromFileURL( strDestPath, &strSysDestPath, sal_False ); in osl_copyFile()1148 LPCTSTR dst = reinterpret_cast<LPCTSTR>(rtl_uString_getStr( strSysDestPath )); in osl_copyFile()1158 if ( strSysDestPath ) in osl_copyFile()1159 rtl_uString_release( strSysDestPath ); in osl_copyFile()1167 rtl_uString *strSysPath = NULL, *strSysDestPath = NULL; in osl_moveFile() local1171 error = _osl_getSystemPathFromFileURL( strDestPath, &strSysDestPath, sal_False ); in osl_moveFile()1176 LPCTSTR dst = reinterpret_cast<LPCTSTR>(rtl_uString_getStr( strSysDestPath )); in osl_moveFile()1186 if ( strSysDestPath ) in osl_moveFile()1187 rtl_uString_release( strSysDestPath ); in osl_moveFile()
Completed in 22 milliseconds