Searched refs:newDstUnqPath (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/desktop/source/app/ |
| H A D | userinstall.cxx | 200 rtl::OUString newDstUnqPath = dstUnqPath; in copy_recursive() local 203 if (newDstUnqPath.lastIndexOf(sal_Unicode('/')) != newDstUnqPath.getLength()-1) in copy_recursive() 204 newDstUnqPath += rtl::OUString::createFromAscii("/"); in copy_recursive() 205 newDstUnqPath += itemname; in copy_recursive() 207 err = copy_recursive(newSrcUnqPath, newDstUnqPath); in copy_recursive()
|
| H A D | app.cxx | 721 rtl::OUString newDstUnqPath = dstUnqPath; in copy_prereg_bundled_recursive() local 742 if( newDstUnqPath.lastIndexOf( sal_Unicode('/') ) != newDstUnqPath.getLength()-1 ) in copy_prereg_bundled_recursive() 743 newDstUnqPath += rtl::OUString::createFromAscii( "/" ); in copy_prereg_bundled_recursive() 745 newDstUnqPath += tit; in copy_prereg_bundled_recursive() 748 … err = copy_prereg_bundled_recursive( newSrcUnqPath,newDstUnqPath, newTypeToCopy ); in copy_prereg_bundled_recursive()
|
| /AOO41X/main/ucb/source/ucp/file/ |
| H A D | shell.cxx | 1185 rtl::OUString newDstUnqPath; in move() local 1204 newDstUnqPath = dstUnqPath; in move() 1209 newDstUnqPath = newDstUnqPath.replaceAt( nPos, 0, aPostFix ); in move() 1211 nError = osl_File_move( srcUnqPath,newDstUnqPath,true ); in move() 1230 dstUnqPath = newDstUnqPath; in move() 1414 rtl::OUString newDstUnqPath; in copy() local 1434 newDstUnqPath = dstUnqPath; in copy() 1439 newDstUnqPath = newDstUnqPath.replaceAt( nPos, 0, aPostFix ); in copy() 1441 nError = copy_recursive( rslvdSrcUnqPath,newDstUnqPath,IsWhat,true ); in copy() 1460 dstUnqPath = newDstUnqPath; in copy() [all …]
|