Searched refs:strDestPath (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/ucb/source/ucp/file/ |
H A D | filglob.cxx | 232 const rtl::OUString& strDestPath, in osl_File_copy() argument 238 if( osl::DirectoryItem::get( strDestPath,aItem ) != osl::FileBase:: E_NOENT ) in osl_File_copy() 242 return osl::File::copy( strPath,strDestPath ); in osl_File_copy() 247 const rtl::OUString& strDestPath, in osl_File_move() argument 253 if( osl::DirectoryItem::get( strDestPath,aItem ) != osl::FileBase:: E_NOENT ) in osl_File_move() 257 return osl::File::move( strPath,strDestPath ); in osl_File_move()
|
H A D | filglob.hxx | 87 const rtl::OUString& strDestPath, 98 const rtl::OUString& strDestPath,
|
/aoo41x/main/sal/osl/w32/ |
H A D | file.cxx | 1137 oslFileError SAL_CALL osl_copyFile( rtl_uString* strPath, rtl_uString *strDestPath ) in osl_copyFile() argument 1143 error = _osl_getSystemPathFromFileURL( strDestPath, &strSysDestPath, sal_False ); in osl_copyFile() 1165 oslFileError SAL_CALL osl_moveFile( rtl_uString* strPath, rtl_uString *strDestPath ) in osl_moveFile() argument 1171 error = _osl_getSystemPathFromFileURL( strDestPath, &strSysDestPath, sal_False ); in osl_moveFile()
|
Completed in 72 milliseconds