Home
last modified time | relevance | path

Searched refs:strSysDestPath (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/osl/w32/
H A Dfile.cxx1139 rtl_uString *strSysPath = NULL, *strSysDestPath = NULL; in osl_copyFile() local
1143 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() local
1171 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 23 milliseconds