Home
last modified time | relevance | path

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

/trunk/main/ucb/source/ucp/file/
H A Dfilglob.cxx232 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 Dfilglob.hxx87 const rtl::OUString& strDestPath,
98 const rtl::OUString& strDestPath,
/trunk/main/sal/osl/w32/
H A Dfile.cxx1137 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 21 milliseconds