Searched refs:newDstUnqPath (Results 1 – 3 of 3) sorted by relevance
200 rtl::OUString newDstUnqPath = dstUnqPath; in copy_recursive() local203 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()
721 rtl::OUString newDstUnqPath = dstUnqPath; in copy_prereg_bundled_recursive() local742 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()
1185 rtl::OUString newDstUnqPath; in move() local1204 newDstUnqPath = dstUnqPath; in move()1209 newDstUnqPath = newDstUnqPath.replaceAt( nPos, 0, aPostFix ); in move()1230 dstUnqPath = newDstUnqPath; in move()1414 rtl::OUString newDstUnqPath; in copy() local1434 newDstUnqPath = dstUnqPath; in copy()1439 newDstUnqPath = newDstUnqPath.replaceAt( nPos, 0, aPostFix ); in copy()1460 dstUnqPath = newDstUnqPath; in copy()2051 rtl::OUString newDstUnqPath = dstUnqPath; in copy_recursive() local2059 if( newDstUnqPath.lastIndexOf( sal_Unicode('/') ) != newDstUnqPath.getLength()-1 ) in copy_recursive()[all …]
Completed in 41 milliseconds